Copyright @ 2015-2024 织梦园 版权所有 Power by DedeCms
鲁ICP备15039853号-2

模板标签 TAG标签 网站地图 XML地图 今日更新 返回顶部
<script src="http://static.qmtx3.com/qmtx3static/jquery1.7.2.js" type="text/javascript"></script> <script type="text/javascript"> $(function() { $('.runHtml').each(function(index, element) { $(this).after('<textarea class="runHtmlTextarea" style="width:80%; min-height:150px; padding:10px; border:solid 1px #ccc; clear:both; display:block;">' + $(this).html() + '</textarea><p><input type="button" class="runHtmlBtn" value="运行"> <i class="runHtmlTips">你可以修改代码后再运行查看结果!</i></p>') }); $('div').delegate('.runHtmlBtn', 'click',function(){ var newwin = window.open('about:blank'); newwin.document.write($(this).parent().prev().val()); }); }); </script> |