随笔分类 - js
摘要:$("#selectbox-all").click(function(){//给全选按钮加上点击事件 var xz = $(this).prop("checked");//判断全选按钮的选中状态 $("input[type='checkbox'").each(function() { $(this).prop("checked"...
阅读全文
摘要:<a id="copy" onClick="copyUrl2()">内容</a> <script> function copyUrl2(){ var Url2=document.getElementById("copy").innerText; var oInput = document.creat
阅读全文

浙公网安备 33010602011771号