Search code examples
javascriptjqueryurlencodeurldecode

JavaScript URL Decode function


What's the best JavaScript URL decode utility? Encoding would be nice too and working well with jQuery is an added bonus.


Solution

  • I've used encodeURIComponent() and decodeURIComponent() too.