Home › Forums › JavaScript › Strange behaviour Jquery › Re: Strange behaviour Jquery
May 21, 2009 at 3:48 am
#57902
Member
If you give a SCRIPT element a SRC then any code residing within it will NOT run. You have to include two SCRIPT elements; one to get jQuery and another for your code:
Code: