I`m newbie in jquery.
Got the following code:
`<ul> <li><input type = "text"> <input type = "button" value = "Save">
How do I validate the textbox for user input required on clicking the button save and display error message next to the save button?