毕业论文开发语言企业开发JAVA技术.NET技术WEB开发Linux/Unix数据库技术Windows平台移动平台嵌入式论文范文英语论文
您现在的位置: 毕业论文 >> WEB开发 >> 正文

jquery 查看div中href引入页面中的元素

更新时间:2012-11-22:  来源:毕业论文

jquery 查看div中href引入页面中的元素
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>问卷设置</title> <script type="text/javascript"> $(function() {     $("#dd").dialog({         modal:true,         title:'访问许可',         resizable:false,         width:600,         height:400,         closed:true,         href:'NewFile.jsp' }); });     function add() {     $("#dd").dialog('open');     console.info($('input'));     } </script> </head> <body> <input type="button" value = "确定" onclick = "add();"/> <div id = "dd"> </div> </body> </html>

<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>NewFile</title> </head> <body> asadfadasfsad <input id = "tt" value = "123"/> </body> </html>
在onload时候调用$('#dd').dialog('refresh', 'new_content.php');  中的“refresh”帮你预加载。

设为首页 | 联系站长 | 友情链接 | 网站地图 |

copyright©youerw.com 优尔论文网 严禁转载
如果本毕业论文网损害了您的利益或者侵犯了您的权利,请及时联系,我们一定会及时改正。