厚盒 JavaScript 函数
我的网站使用厚盒,目前调用它的唯一方法是单击链接。有没有办法制作一个调用厚盒窗口的javascript函数?
Thickbox网站: http://jquery.com/demo/thickbox/
我知道thickbox是jquery ,但我不太确定 jquery 函数与 javascript 函数有何不同,因为我相信 jquery 是 javascript?
My site uses thickbox and as of now the only way to call it is by clicking on a link. Is there anyway to make a javascript function that calls a thickbox window?
Thickbox website: http://jquery.com/demo/thickbox/
I am aware that thickbox is jquery, but im not really sure how jquery functions are different from javascript functions because I belive jquery is javascript?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您想打开绑定到thickbox的链接/图像,只需调用
对于所有其他情况,调用 tb_show 函数
您还可以传递第三个参数,该参数将查找组中的所有图片
If you want to open a link/image that is bound to thickbox, just call
For all other cases, call the tb_show function
You can also pass a third argument that will find all pictures from a group