fdaciuk/ajax

getQueryString needs encodeURIComponent

Closed this issue · 1 comments

return item + '=' + encodeURIComponent ( object[ item ] );

Thanks @bobtherobot! :)