$("#btnTestIt").click(function() { $("td:empty").css("background-color", "yellow") }); This code selects the input button with id as btnTestIt and binds a ...
確定! 回上一頁