<div style="border: 1px solid;" id="voyagerinformation"> <strong>Information on the Voyager</strong> <br>
blah blah blah blah blah blah blah <br>
Click Here For More Info </div>
What is wrong with this code?? the DIV doesnt hide when the text within the TD is clicked. JQuery 1.7.1 defined in the document head.
06-08-2012, 12:22 PM
Padonak
try to look for a problem in the other document parts
06-09-2012, 01:12 AM
MarPlo
Hi,
Try use Mozilla Firefox with Firebug addon, it can show the errors in javascript script in the page.
<div style="border: 1px solid;" id="voyagerinformation">
<strong>Information on the Voyager</strong>
<br>
blah blah blah blah blah blah blah
<br>
Click Here For More Info
</div>
</body>
</html>
This code is working in Firefox 4.0b9 and Konqueror 4.5.5