jquery-mobile-routerlite icon indicating copy to clipboard operation
jquery-mobile-routerlite copied to clipboard

A lightweight and simple router for jQuery Mobile.

Results 1 jquery-mobile-routerlite issues
Sort by recently updated
recently updated
newest added

I had no idea how to create a title that would not be that cryptic ;) ``` $.mobile.routerlite.routechange("/", function(page, path){ console.log('!'); }); ``` The code above logs to console on...