jQuery弹出 [英] jquery Popup

查看:117
本文介绍了jQuery弹出的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在弹出窗口上工作:

我单击链接按钮,弹出窗口将打开.我已经使用jQuery获得了弹出窗口的感觉.用过这种方法

 <   a     href   ="  span>    rel   =" 面盒" <  /a  >  



然后只需调用facebox插件

 jQuery(document).ready(function($){
    $(& '  a [rel * = facebox]&').facebox()
}); 



工作正常.

单击另一个链接按钮(或任何服务器端功能)后,重定向到remote.html页面.

请帮助(紧急)

解决方案

){


(& a [rel * = facebox]&').facebox() });



工作正常.

单击另一个链接按钮(或任何服务器端功能)后,重定向到remote.html页面.

请帮助(紧急)


使用:

 Response.Redirect(" );  


I worked on Popup window:

I clicked on the linkbutton the popup will be open.I have get the popup feel using jquery. used this method

<a href="remote.html" rel="facebox">text</a>



then just call the facebox plugin

jQuery(document).ready(function($) {
    $(&'a[rel*=facebox]&').facebox()
});



is Working Fine.

After Clicked on another linkbutton(or any server side function) to redirect remote.html page.

Please help (urgent)

解决方案

) {


(&'a[rel*=facebox]&').facebox() });



is Working Fine.

After Clicked on another linkbutton(or any server side function) to redirect remote.html page.

Please help (urgent)


Use:

Response.Redirect("remote.html");


这篇关于jQuery弹出的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆