I suggest upgrading to the latest version of jQuery 1.4.4. There are 4 more versions of jQuery that are ahead of the one you are working on, and I would not want you to try to find a solution to a problem that can be fixed in the latest version of jQuery.
Of course, if the problem still exists after the update, there are other things you can try:
- Make sure your HTML is validated. JavaScript sometimes has problems with correctly parsing HTML code if it does not meet the standards that were implemented in browsers.
- See if you can find a workaround, for example, use the "display: none" style selector, or perhaps bind an extra class to your hidden elements.
Here is a link to the Google libraries API. You can directly associate yourself with the latest version of jQuery 1.4.4: http://code.google.com/apis/libraries/devguide.html#jquery
source share