Skip to content

makesites/jquery-hurl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

hURL

jQuery plugin that helps AJAX apps interact with hash URLs

  • Initiate hURL just by adding $.hurl();
  • Update the hash URL with data queries, ex. $.hurl("update", {"id": 15765});
  • Get the latest link by requesting $("body").data("hurl").link
  • Update your page when the hash gets updated by using monitor:true and setting up an event listener, like this: $("body").bind('hurl', function(event) { // do something... });

About

jQuery plugin that helps AJAX apps interact with hash URLs

Resources

Stars

Watchers

Forks

Packages

No packages published