Asia

jQuery Autocomplete with C#/DotNet

blog images-jquery

The Autocomplete widgets comes with jquery.ui. It provides suggestions while you type into the field.
e.g. If enter ‘A’ in textbox it will display list which…

JQuery validate in Rails applications

jQuery

Let’s quickly look at how can we enable client side validation using Jquery validate in a Rails applications. Relying on server-side validation done through the…

Style file upload and browse button

blog images-styleupload

Developers often find it difficult to make file upload appear same across the browsers OR to style the nasty browse button to match the overall…

Remove a file field using JQuery

blog images-upload-remove

OK, so your end-user clicked on “browse” button and selected a file. Now he wants to remove it from that “File” field and wishes to start afresh, but he can not. And you want to fix this “bug”…

jQuery Confirm Password Validation

blog images-password-validation

OK, so you have created that fancy registration form and now you want to add a validation where password and confirm password fields match. You add the JQuery validate JS and then you realize that there is no inbuilt….

JQuery Validate Tricks

blog images-password-jQuery-validation

We are putting together few tricks that we routinely use with JQuery Validate. Please note that all the code snippets assumes that the form id is ‘my_form’…