Script & jQuery
input type="submit" 에 커서 추가
yeon.Biju
2016. 9. 20. 10:22
$("input[type='button'], input[type='submit']").css({'cursor':'pointer'});