在选择中打开facebox
想知道是否有人可以帮助我从下拉列表中打开 onChange 上的脸箱。到目前为止我有这个。
<select><option value="www.google.com/" id="xxx"></option></select>
在我的头上,我有
/* <![CDATA[ */
$(document).ready(function() {
$('a[rel*=facebox]').facebox();
});
$(document).onchange(function() {
$("xxx").facebox.open();
});
/* ]]> */
PS 这是一个精简版
任何帮助将不胜感激。
was wondering if anyone can help me open a facebox on a onChange from a drop down list. I have this so far.
<select><option value="www.google.com/" id="xxx"></option></select>
in the head i have
/* <![CDATA[ */
$(document).ready(function() {
$('a[rel*=facebox]').facebox();
});
$(document).onchange(function() {
$("xxx").facebox.open();
});
/* ]]> */
p.s this is a striped down version
any help would be appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您不能阅读其网站页面底部的说明吗? http://defunkt.io/facebox/ 他们向您展示了如何调用它。
Can you not read the directions at the bottom of the page of their site? http://defunkt.io/facebox/ They show you how to call it.
你可以尝试绑定
You can try bind