$(function() {
  $("#hello").css("background","gold");
  $("input[type='button']")
    .css("border","solid 3px red")
    .css("background","pink");
});


' IOT 기반 응용 SW과정 > Review' 카테고리의 다른 글

멀티캠퍼스의 점심메뉴  (0) 2016.09.25
안드로이드 on/off 버튼?  (0) 2016.08.03
jQuery select option value  (0) 2016.07.26
jsp 마우스 액션  (0) 2016.07.07
CSS 반응형 웹 디자인  (0) 2016.06.21

+ Recent posts