I have a box defined like this:
the innermost "container" is where content appears.
I have to pass the id of "container" to the javascript variable parameter
"target":
How do I replace "target" with the full id of "container" , that is what would the correct syntax for "target" be?
I tried many variations but could not come up with one that works, tho this must be a simple one for the experts here.
Code:
<div id="shadow-container1"> <div class="shadow1"> <div class="shadow2"> <div class="shadow3"> <div class="container">
I have to pass the id of "container" to the javascript variable parameter
"target":
Code:
var countries=new ddajaxtabs("source", "target")
I tried many variations but could not come up with one that works, tho this must be a simple one for the experts here.
Comment