jquery field tooltip
I want to display the tooltip beside the form field input text box on focus the input textbox element.I had used the jquery plugin from the jquery plugin.
Please provide if any links are there for jquery 开发者_C百科form fields tooltip.
Thanks
var options = {
linktext: 'Reset',
wrap_in_div : false,
tooltip : 'Reset textarea|textfield to initial value.'
}
$("input[name='default']").textreset(options);
$("textarea").textareareset({ linktext : "<img src='images/left38.gif'></img>"});
精彩评论