开发者

jquery field tooltip

开发者 https://www.devze.com 2023-03-02 18:57 出处:网络
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.

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>"});
0

精彩评论

暂无评论...
验证码 换一张
取 消