[jQuery] jQuery / FF3 problem using "show()"
I wrote a relatively simple jQuery script to pick a random item from a
list and show it. The other items are hidden. The script works in FF2,
IE7, and IE8 RC 2. It does not work properly in FF3.
A simple "show()" call is used to show the UL element after one of the
items is chosen. The evidence suggests that the show() method is not
working as expected in the specific circumstances of the test.
You can see the problem on this test page:
http://www.johncardinal.com/tests/jqff3/index.htm
The problem has some odd characteristics that are described on the
test page.
Does anyone have an idea what's going on, and how I can avoid the
issue? Is there a bug in my script?
Thanks!
John