Using Validation and jGrowl together
Hi, I'm new to jQuery. I created a web page (in ASP.NET) that uses the jGrowl plugin (
http://stanlemon.net/projects/jgrowl.html) to display data validation messages to the user. To perform validation on the client, I wrote some custom JavaScript. Now, I would like to get rid of my JavaScript and use the Validation plugin (
http://docs.jquery.com/Plugins/Validation) instead.
I'm trying to figure out how to get Validation plugin to work with the jGrowl plugin. Specifically, how do I get Validation to 'pipe' its output to jGrowl?
Right now, the Validation plugin displays error messages right next to the input controls. I want them to display in jGrowl's popup windows.
How can this be done?