jjj

jQuery Autocomplete with C#/DotNet

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…

Read More
jjj

JQuery validate in Rails applications

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…

Read More
jjj

Style file upload and browse button

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…

Read More
jjj

Remove a file field using JQuery

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”…

Read More
jjj

jQuery Confirm 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….

Read More
jjj

JQuery Validate Tricks

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’…

Read More
jjj

Use Newer JQuery Version with RichFaces

RichFaces 3.3 comes with older version of JQuery. If you want to use a fancy plugin that requires a newer version of JQuery, you are stuck…

Read More