-
azicchetti committed
Sep 3, 2012 Support for form submission was added in order to handle GET parameters
-
The readme was updated to cover some new events
azicchetti committedMay 28, 2012 -
Updated the stable version with pageload and pagebeforechange events.
azicchetti committedMay 28, 2012 The documentation was also updated with a 'common mistakes' paragraph
-
Backported a fix to support jqm 1.1.0rc2
azicchetti committedApr 13, 2012
-
Added support for jquery mobile 1.1.0 rc2
azicchetti committedApr 12, 2012
-
Adding back things to the examples
azicchetti committedMar 2, 2012 -
azicchetti committed
Mar 2, 2012 Ported the support for AMD loading to the -dev version of the router. Small changes to the examples to show how getParams() can be used
-
Merge pull request #27 from russelldavis/AMD
azicchetti committedMar 2, 2012 Add support for AMD loading
-
russelldavis committed
Mar 2, 2012
-
Added the firstMatchOnly configuration parameter. This prevents the e…
azicchetti committedMar 1, 2012 …xecution of other route handlers once the first one has been fired
-
Fixed a problem in the detachEvents function
azicchetti committedFeb 23, 2012 -
This is the default router version with no support for pagebeforechange
azicchetti committedFeb 23, 2012 and pagebeforeload events
-
Added a development version of the router.
azicchetti committedFeb 23, 2012 This one supports pagebeforechange, pagebeforeload and pageload events. Added a couple of test files
-
Calls to the .live() method (now deprecated) were replaced by
azicchetti committedFeb 22, 2012 their .delegate() equivalent in order to support jquery 1.7
-
The router should now support changePage()'s with a jquery object as
azicchetti committedFeb 22, 2012 a first argument. Some examples were updated
-
$.mobile.changePage with a jquery object as a first argument is now
azicchetti committedFeb 13, 2012 supported by the router. This also fixes small routing issues when the hash is manually changed in the address bar. The examples were updated. The backbone example was also fixed to work with the latest version of backbone
-
Fixed a potential issue with handlers scoping
azicchetti committedFeb 13, 2012 -
Merge branch 'master' of github.com:azicchetti/jquerymobile-router
azicchetti committedFeb 13, 2012 -
Merge pull request #22 from ivorbosloper/master
azicchetti committedFeb 13, 2012 Execute handler functions with scope ControllerObject
-
Execute handler functions in the ControllerObject scope, allows you t…
ivorbosloper committedFeb 11, 2012 …o use this in handler functions
-
Merge branch 'master' of github.com:azicchetti/jquerymobile-router
azicchetti committedFeb 6, 2012 -
Merge pull request #21 from brianantonelli/master
azicchetti committedFeb 6, 2012 Check for a valid path before guessing the proper URL.
-
Update js/jquery.mobile.router.min.js
brianantonelli committedFeb 6, 2012 -
Check for a valid path before guessing the proper URL.
brianantonelli committedFeb 6, 2012
-
azicchetti committed
Feb 5, 2012
-
Updated the README.md to document events in jQM
azicchetti committedJan 28, 2012
-
Merge pull request #20 from RainerAtSpirit/RequireJS
azicchetti committedJan 21, 2012 Added RequireJS example
-
RainerAtSpirit committed
Jan 20, 2012 Default backbone example enhanced to leverage requirejs.
-
Backbone.js example and usage of bc vs. bs (#19). Fixed typo in route…
RainerAtSpirit committedJan 20, 2012 …r setup. Now "." route fires on the first dynamic form that is clicked, but not on others.
-
Backbone.js example and usage of bc vs. bs (#19)
RainerAtSpirit committedJan 20, 2012
-
azicchetti committed
Jan 17, 2012 -
azicchetti committed
Jan 17, 2012
-
Added version and licensing information to the minified javascript file
azicchetti committedJan 16, 2012 -
azicchetti committed
Jan 16, 2012
-
azicchetti committed
Jan 11, 2012