I'm using a jQuery XSLT plugin to load static content from an XML file for my portfolio (http://www.oogeeyot.com) It seems for some people, the content loads correctly, but for others, the user has to select the links more than once to get the content to load.
I ran this test case: http://www.oogeeyot.com/sandbox/jquery_xslt_test_case/ by Johann who wrote the plugin. He said it was working for him for Mozilla 3.0.13, but I don't know OS. I'm running Mozilla Firefox 3.0.1 on Mac OSX and I'm having to select the links more than once to get the content to load. This isn't the case for Safari. Does anyone have any insight into why it might now work on Firefox in OSX? Is there a caching issue? If yes, is there something I can write in my code to get around it? Lindsay