开发者

best tooltip to use with asp.net form? [closed]

开发者 https://www.devze.com 2023-02-28 09:04 出处:网络
Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts an开发者_如何学Pythond ci
Closed. This question is opinion-based. It is not currently accepting answers.

Want to improve this question? Update the question so it can be answered with facts an开发者_如何学Pythond citations by editing this post.

Closed 5 years ago.

Improve this question

I want to use tooltip to show input instructions when a user fills out a form. Which simple tooltip code/component/plugin I should use?

I just want to show tips when a textbox receives focus and, and I'd like to be able to have multiple instructions in tip.


Although not specific for .NET. I use qTip (jquery plugin) with all my projects.

http://craigsworks.com/projects/qtip2/

Implementation is as simple as...

$('a[title]').qtip();


This is by far the most flexible tooltip plugin for jQuery.

http://craigsworks.com/projects/simpletip/

Also make sure it doesn't have anything to do with ASP.NET. It's all done at client-side.


jQueryTools looks good as well.

0

精彩评论

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