NovoGeek's Blog (Archive)

Technical insights of a web geek

Using jQuery cluetip plugin for validation callouts.

Displaying validation messages using callouts is a good way of educating the user on what has to be filled on the form. ASP.NET AJAX's Validator callout does a good job in this aspect. But how about implementing the same using jQuery? I was googling for this and quickly came across jQu... [More]