开发者

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜