当前位置: 代码迷 >> ASP.NET >> 怎样从 .cs 文件里调用 jQuery的弹出层对话框?该怎么解决
  详细解决方案

怎样从 .cs 文件里调用 jQuery的弹出层对话框?该怎么解决

热度:3402   发布时间:2013-02-25 00:00:00.0
怎样从 .cs 文件里调用 jQuery的弹出层对话框?
不知道怎样从后台的 .cs 文件中调用jQuery 的对话框?

非常感谢!

------解决方案--------------------------------------------------------
HTML code
    <title></title>    <script type="text/javascript">        function openDialog() {            alert(22);        }    </script></head><body>    <form id="form1" runat="server">    <div>    </div>    </form>
------解决方案--------------------------------------------------------
http://blog.csdn.net/chbos/article/details/6032969
  相关解决方案