[jQuery] Re: I can't figure out how to implement JQuery into my website

2009-03-01 Thread Rick Faircloth
Here's an example of how the code would look when you link to the jQuery core file and different plug-ins: (This one is what I'm calling the core file...it's the main jQuery file.) You can place the files, such as the ones mentioned above, "jquery-1.2.6.min.js", "jquery.bgiframe.js", and "j

[jQuery] Re: I can't figure out how to implement JQuery into my website

2009-03-01 Thread Josh Powell
It's just a javascript file, put it wherever you put your javascript files. On Mar 1, 12:20 pm, Warfang wrote: > What code do I need to put in my HTML header? I have already > downloaded the JQuery code from JQuery's homepage to my computer, but > where exactly do I put that? I'm using Webs.com