[jQuery] Re: nothing working in ie

2009-03-05 Thread annam
yep you are right! it works now! :D many thanks

[jQuery] Re: nothing working in ie

2009-03-04 Thread James
I've noticed you're using defer on all the scripts. Don't. Especially not on jQuery related scripts. You should just remove the defer on all of the script tags. On Mar 4, 3:03 pm, James wrote: > In your script tag, try using defer="defer" instead of just defer. Or > try just removing the defer a

[jQuery] Re: nothing working in ie

2009-03-04 Thread James
In your script tag, try using defer="defer" instead of just defer. Or try just removing the defer altogether and see what happens. On Mar 4, 2:26 pm, annam wrote: > tried it, didnt really find anything. also installed companion.js , > which also found an error in my document.ready line.. > so i

[jQuery] Re: nothing working in ie

2009-03-04 Thread annam
tried it, didnt really find anything. also installed companion.js , which also found an error in my document.ready line.. so i removed all the code from within the document.ready function but the error is still there! this is the code i kept: $(document).ready(function() { }); the companion.

[jQuery] Re: nothing working in ie

2009-03-04 Thread mo`
Try IE Developer Toolbar http://www.microsoft.com/downloadS/details.aspx?familyid=E59C3964-672D-4511-BB3E-2D5E1DB91038&displaylang=en On 4 Mrz., 14:05, annam wrote: > hi, im relatively new in jquery and although my script works fine in > chrome and firefox nothing seems to work in ie. i've used a