Skip to content

jQuery plugin that simplifies the common task of making api/remote requests and injecting the response to the page. Optionally leverages Handlebars.js for templating

License

Notifications You must be signed in to change notification settings

bronxct1/jquery-data-remote

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jQuery Data Remote

jQuery Data Remote is a plugin that simplifies the common task of making api/remote requests and injecting the response to the page. Optionally leverages Handlebars.js for templating. Yes, the name is inpired by rails.

Demo

To view the demo I'll typically use php's built-in web server.

# port 8080 might not work for you, change it to whatever you like
$ php -S localhost:8080

Now to view the demo, go to http://localhost:8080/demo

About

jQuery plugin that simplifies the common task of making api/remote requests and injecting the response to the page. Optionally leverages Handlebars.js for templating

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 100.0%