Truppe Steven wrote:
> Hello everyone,
> 
> i have the following problem: i want to pass a string that is encoded
> with the php urlencode() function via json
> to some javascript code. does javascript or jQuery support any way to
> decode such a string ?
> 
> Another point: Does jQuery support any sort of URL parameter handling ?

Javascript has the functions:

decodeURI(s) and decodeURIComponent(s)

_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to