Plugins

The plugins site is currently in development.

We've been looking to provide a higher-quality, spam-free experience at the plugins site for some time, and a major error on our part forced us to shut down the current site before we could put the new one in place. We are developing a new site, and you can follow along with its development on GitHub. For more information about this transition, including steps you can take as a plugin author to prepare, please read our post about what's going on.

URL Encode


Extends URLEncoding (and decoding) to JQuery. Only 574 Bytes.

Sample Encoding:

alert(  $.URLEncode("This is a \"test\"; or (if you like) an example...");
Output

This%20is%20a%20%22test%22%3B%20or%20%28if%20you%20like%29%20an%20example...

Sample Decoding:

alert(  $.URLDecode("Is%20it%20what%20it%20is%3F");
Output

Is it what it is?

Downloads



3.8
Your rating: None Average: 3.8 (5 votes)