layer页面跳转,获取html子节点元素的值方法(2)

<!-- Bootstrap Core CSS --> <link href="https://www.jb51.net/bower_components/bootstrap/dist/css/bootstrap.min.css"> <!-- MetisMenu CSS --> <link href="https://www.jb51.net/bower_components/metisMenu/dist/metisMenu.min.css"> <!-- Timeline CSS --> <link href="https://www.jb51.net/dist/css/timeline.css"> <link href="https://www.jb51.net/UIReference/DatetimePicker/css/bootstrap-datetimepicker.min.css"> <!-- Custom CSS --> <link href="https://www.jb51.net/dist/css/sb-admin-2.css"> <!-- Custom Fonts --> <link href="https://www.jb51.net/bower_components/font-awesome/css/font-awesome.min.css" type="text/css"> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script> <![endif]--> <style type="text/css"><!-- 自定义CSS--></style>

10、jsp页面布局

<body οnlοad="refreshTabOffset()"> <div> <div> <div role="navigation"> <!--<ul role="tablist"> <li role="presentation" class = "active" οnclick="javascript:document.getElementById('basicInfo').scrollIntoView();switch(this,'0');"><a>基本信息</a></li> <li role="presentation" οnclick="javascript:document.getElementById('Property').scrollIntoView();switch(this,'1');"><a>属性</a></li> <li role="presentation" οnclick="javascript:document.getElementById('RelationInfo').scrollIntoView();switch(this,'2');"><a>关系</a></li> </ul>--> </div> <div οnscrοll="singleScroll();"> <div> <div> <table> <thead> <tr> <th>序号</th> <th>属性名</th> <th>变更前</th> <th>变更后</th> </tr> </thead> </table> </div> <div> <div>基本信息</div> <table> </table> </div> </div> </div> </div> </div> </body>

以上这篇layer页面跳转,获取html子节点元素的值方法就是小编分享给大家的全部内容了,希望能给大家一个参考,也希望大家多多支持脚本之家。

您可能感兴趣的文章:

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:http://www.heiqu.com/04525a4ceddf0ca2b97ff522090549c9.html