javascript - URL Encoding issues - with decimals -


http://jsfiddle.net/3u4hn/1/

i have added comments in code each function trying achieve here. using escape match value in url (where encoded.) able handle values except values decimals. example if have:

var s = "9%252e5|red|blue"; var itemtoremove = escape("9.5"); //escape match value in 's'.

as '.' can not encoded/escaped not able match 1 url, ideas on how deal kind of issue.


Comments

Popular posts from this blog

how to proxy from https to http with lighttpd -

android - Automated my builds -

python - Flask migration error -