$ does not work in IE; must use jQuery instead

$ does not work in IE; must use jQuery instead

hi,

I'm pretty sure this is a simple thing and probably already has posts about it but with google it's hard to look for $ .

If I use following in my html:
$(document).ready(function()...


it works fine in firefox and chrome but in IE I get a javascript error (property not supported...).

If I however put:
jQuery(document).ready(function()...

then it also works fine in IE.

Could someone tell me how to solve this IE problem?

thanks,
Stijn