Hi I've just started using jquery and I'm developing a dynamic site so
I don't need the same code on every page and I'm loading various
different javascript files in based on the page, but nothings working
in IE but it works fine in firefox and safari. I have all the jquery
calls in functions based on events within the pages. Is there
something special I have to do in IE to get jquery working or do I
need to put all jquery calls within a
'jQuery(document).ready(function($) { ' at the top of the page?