前端开发2023年05月04日
<button class="btn btn_big" type="button" onClick="chkall(0)" >反选</button> <button class="btn b...
前端开发2023年05月04日
$.cookie('username', 'abcd', { expires: 365, path: '/' })...
前端开发2023年05月04日
function baogao_out(){ var id_list=''; var ck=document.getElementsByName("xuanze_fz");//定义checkbox数...
前端开发2023年05月03日
使用 remove( ) 方法$(document).ready(function(){ $("button").click(function(){  ...
前端开发2023年05月03日
JS端代码:$.ajax({ type: "POST", timeout: 5000, // 设置超时时间 url: Test_Url, &nbs...
前端开发2023年05月03日
1.for循环varteam=['zhangfei','liubei','guanyu']; for(vari=0;i<team.length;i++){ console.log(i,team[i]); }2.for in 索引遍历varteam=['...
前端开发2023年05月03日
//方法一: setTimeout("Fun(+ element+)",1000); //方法二:(推荐) setTimeout(function() { jiqima_over(v) }, 1000)...
前端开发2023年05月03日
<script type="text/javascript"> /**禁用滚动条**/ function unScroll() { $('body').css('overflow','hidden'); } /**启用滚动条**/ function&...
前端开发2023年05月03日
<script type="text/javascript"> $(document).ready(function(){ //$('body').on('touchstart', function () {..... //手指触摸屏幕时触发事件 $(&#...
前端开发2023年05月03日
if ($(".img_guige").eq(0).length > 0){//元素存在 var first_height=$(".img_guige").eq(0).css("height");//获取第一个元素的...