I am having an aspx form and in that i need to do validations using jquery or javascript. I just want to give a message near to the textbox if a user enter a value which is not valid in that textbox.Inorder to display the message in a popup [not alert('message')] How can I find the position of the textbox in which user enters the invalid data or how can i display a message near the textbox using javascript or jquery ?I need the validation occur in blur.So it is easy for user to know whether he entered a valid data immediately after giving the input.Thanks in advance.I am not interested to use asp.net ajax validation and its callout extender.
I just want to implement a functionality which is similar to validation callout extender does.
I just want to implement a functionality which is similar to validation callout extender does.