Jump to content
Larry Ullman's Book Forums

Chapter 15 Downloading Jquery Library


Recommended Posts

I don't think jQuery can be attached to a browser as an add-on, but I really don't know.

Related to that though, I'm surprised that most Web browsers don't automatically include popular JS libraries in their browsers to begin with, but that's another discussion.

 

Anyway, if you want to use jQuery on your site hosted on a Web server, then you will have to either upload a copy of the jQuery library to your Web server or link to another globally available version of the jQuery library so that people can view/interact with any content coded via jQuery.

For the purposes of testing though, as mentioned before, you can simply save the jQuery file locally so that you can test things locally.

Link to comment
Share on other sites

 Share

×
×
  • Create New...