JQuery Textbox Hint In most of the websites, you might notice textboxes with gray text inside which explains what is it for, and when you focus on the textbox it disappears and reappears when you leave the empty
I have a 'textbox1' which has a client-side onBlur event function, that is used to validate user entry in textbox1, a 'Save' button and a 'Cancel' button. How can I make sure that the onBlur event does not fire when user clicks on 'Cancel' button ? But, if user clicks on...