Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 287 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 287 Bytes

Npm JQuery Demo

Use the jquery.js from npm jquery module on the html page.

npm install -g http-server
npm install

Start:

http-server

Visit http://localhost:8080/index.html, you will see some data on the page, which is loaded by JQuery's ajax api.