I have code which is trivial but only works in IE not Firefox.
$(document).ready(function(){ $(\'li#first\').click(); });
I have also t
Your code should work in Firefox. Here's a full snippet that proves it:
First item Second item Third item