如何制作jquery模式弹出窗口asp.net [英] How can make jquery modal popup asp.net

查看:69
本文介绍了如何制作jquery模式弹出窗口asp.net的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

Hello Guys,



我是一名asp.net学生,现在我正在学习jquery和javascripte我急需帮助请帮帮我

i想要像这个示例网站一样打开:演示



请找专栏各种例子



并点击不存在网址



i想要打开这次潜水



< div id =  弹出  =   rf-item input style =   height:auto; width:400px; display:none ; background:transparent; title =  演示文字 >  
这里的文字xyz ...!
< / div >

i想打开这个潜水点:LinkBut​​ton



请教我如何在用户点击asp时打开这个模态弹出窗口:LinkBut​​ton



i我正在尝试这个但它不起作用:



 < script  >  
$(document).ready(function()
{
$( #asp:LinkBut​​ton;)。click(function()
{
$(
#Popup )。modal(
{persist:true ,
maxheight:500,
autoResize:true,
onClose:function(dialog){}
}
});
});

< / script>



请帮助我。



谢谢

解决方案

(document).ready(function()
{


#asp:LinkBut​​ton;)。click(function()
{


( #Popup )。modal(
{persist:true,
maxheight:500,
autoResize:true,
onClose:function(dialog){}
}
});
});

< / script>



请求帮助我。



谢谢


Hello Guys,

I am a asp.net student now days i am learning jquery and javascripte i need a help urgent please help me out
i want to open like this example site: Demo

please find column Various examples

and click on Non existing url

i want to open this dive

 <div id="Popup" class="rf-item input" style="height: auto; width: 400px; display: none; background: transparent;" title="Demo Text">
                     Text here xyz...!
</div>


i want to open this dive when user click on asp:LinkButton

please teach me how can i open this modal popup window when user click on asp:LinkButton

i am trying this but its not working:

<script>
         $(document).ready(function()
         {
           $("#asp:LinkButton ;).click(function()
           {
                $("#Popup").modal(
                     { persist: true,
                         maxheight:500,
                         autoResize:true,
                         onClose: function(dialog){}
                            }
                      });
             });

        </script>


Pleas help me out.

Thank You

解决方案

(document).ready(function() {


("#asp:LinkButton ;).click(function() {


("#Popup").modal( { persist: true, maxheight:500, autoResize:true, onClose: function(dialog){} } }); }); </script>


Pleas help me out.

Thank You


这篇关于如何制作jquery模式弹出窗口asp.net的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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