jquery

URLEncode and URLDecode – jQuery Plugin

Already written what is URLEncoding and Decoding all about. This post is just a try to understand a jQuery plugin for doing URLEncode and decode using javascript code. In case you need to send some variable url encoded or receive some variable encoded this plug-in can be used. Here is an example using this script.You [...]


Masking inputs using Jquery – Jquery plugin

Taking input from the user is essential in web world. In some cases user input is the only content generation channel for certain websites and asking inputs from user becomes more important in those cases. You need to present all input elements in such a way that user does not make any mistakes and at [...]


Validating alphanumeric fields – Jquery

While developing a web application we come across many forms which take inputs from users. These forms requires some validations according to the nature of application. Some fields may not support all kinds of characters because of their different type of usage. Here I am trying to display an example of field validation for restricting [...]


Jquery Browser Plugin

Very recently i posted an article about knowing your browser and platform and handle your code and website pages accordingly as you can style elements or write functions for specific browsers, browser versions, layouts, layout versions, and even operating systems. I found out a jQuery plug-in for reading those information. In case you do not [...]


Applying Styles to Check Boxes / Radio Buttons – Jquery Plugin

Check boxes and radio buttons are INPUT elements of HTML which lets us choose the options. Check boxes are used for choosing some of the options or enabling/disabling some value. Radio buttons are generally used for choosing one of the various options. Both have minimal UI and supporting messages are generally displayed to describe the [...]