azicchetti / jquerymobile-router

A router/controller for jquery mobile. Also adds support for client-side parameters in the hash part of the url. The routes handles regexp based routes. This plugin can be used alone or (better) with Backbone.js or Spine.js, because it's originally meant to replace their router with something integrated with jQM.
GNU General Public License v2.0
402 stars 69 forks source link

decode url parameters #29

Closed terryroe closed 12 years ago

terryroe commented 12 years ago

Added decodeURIComponent calls around url parameter strings.

azicchetti commented 12 years ago

Thank you very much for pointing out this issue. Now that you make me think about it, I'm pretty sure that we also have to decode the key ( tmp[0] ). I'm manually merging this fix into the master.

terryroe commented 12 years ago

Cool! Thanks for your hard work on this project, btw.