JQuery Routes Url

JQuery Routes Plugin. http://routesjs.com/

sample url : ../support/overview
No problem

$  .routes({
  "/support/overview": function(){}

});

** In this way, the url does not work **

/support/overview/?id=1&cid=1

$  .routes({
  "/support/overview": function(){}

});

newest questions tagged jquery – Stack Overflow

Tags: ,

About Admin