- 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...});
-
Notifications
You must be signed in to change notification settings - Fork 2
jQuery plugin that helps AJAX apps interact with hash URLs
makesites/jquery-hurl
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
jQuery plugin that helps AJAX apps interact with hash URLs
Resources
Stars
Watchers
Forks
Packages 0
No packages published