2019/4/28 16:36:341137 阅读
css属性值 var left = $('#test').css('left'); left="*px" var left = $('#test').position().left; left="*" $('input[name="*"],input[tpye=""]') $("input").not(":button") $("input").not(":button,:radio") $("input[name='*']:checked").** $(*).find("**").attr("***"); $("*").attr("*"); $("*").attr("*","**"); $(this).is(':checked') $(this).prop("checked", false)