前端开发2023年05月04日
if ($("#date_guihuan").val().replace(/\-/g,'/') < $("#date_shenqing").val().replace(/\-/g,'/')){ $(&qu...
前端开发2023年05月04日
<input name="zc_code" id="zc_code" type="text" value="" class="zc_code" maxlength="15"/...
前端开发2023年05月04日
<script language="javascript"> //获取域名 host = window.location.host; host2=document.domain; //获取页面完整地址 url = window.location.href; docu...
前端开发2023年05月04日
调用方法示例:$('#count').html(toDecimal2(shuliang_count));function toDecimal2(x) { //保留小数 if (x != '' &&...
前端开发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=['...