前端开发2023年05月04日
var isFocus=$("#saomiaoma").is(":focus"); if(isFocus==true){ console.log('获取到了焦点') }else{ console.l...
前端开发2023年05月04日
<input name="zc_code" id="zc_code" type="text" value="" class="zc_code" maxlength="15"/...
前端开发2023年05月03日
if ($(".img_guige").eq(0).length > 0){//元素存在 var first_height=$(".img_guige").eq(0).css("height");//获取第一个元素的...
前端开发2023年05月02日
function yanzheng_xiaoshu(v){ var res=$("#"+v).val(); var reg=/^[1-9][0-9]*([.][0-9]{1})?$/; if (!reg.test(res) || parseFloat(res)<0){ $(...