[jQuery] Re: jQuery is not defined and fade

2008-05-22 Thread Ryura
You need to use the script src to jQuery before pngfix. script type=text/javascript src=/scripts/jquery-latest.pack.js/ script script type=text/javascript src=/scripts/jquery.pngFix.js/ script On May 22, 7:18 pm, Marcos [EMAIL PROTECTED] wrote: Im getting problems with Jquery. In firefox show

[jQuery] Re: jQuery is not defined and fade

2008-05-22 Thread Wil Everts
Hi Marcos, In your markup you have: script type=text/javascript src=/scripts/jquery.pngFix.js/script script type=text/javascript src=/scripts/jquery-latest.pack.js/script when you want: script type=text/javascript src=/scripts/jquery-latest.pack.js/script script type=text/javascript