我的以下点击没有切换。我不想使用.toggle()
方法。我正在使用 jquery 1.4.1
$("#e_tooth_pk1").click(function () {
$(this).css({ "background": "url(/DesktopModules/DMS/DMS.PatientEChart/images/line.gif) repeat-x scroll 0 19px transparent", "border": "1px solid #000", "-moz-box-sizing": "border-box" })
$("#hid_tooth1").val("e_tooth1");
}, function () {
$(this).css({ "background-color": "transparent", "background": "none", "border": "none" })
$("#hid_tooth1").val("0");
});