- 时间:2022-12-03 18:47 编辑: 来源: 阅读:
- 扫一扫,手机访问
摘要:在Asp.net中使用JQuery插件之jTip代码
默认支持两个参数:
width宽度,default value :250px
link 要link的URL
对应的Source code是:
[url=DataHandler.ashx?id=0&width=375]<br>
<p><a href="DataHandler.ashx?id=3&width=175&link=http://www.google.com" name="Before You Click..." id="googleCopy" class="jTip">Go To Google</a></p>
<a href="DataHandler.ashx?id=3" class="jTip" id="three">Tip No Caption</a>
默认是取name attribute value为Caption,上面是三种典型的link。id是我们自己传给Handler的QueryString,最终效果如下图所示:
[img]http://files.jb51.net/upload/2010-3/20100303140331400.png[/img]
[/url]
希望这篇POST对您有帮助。