Hello World

jQuery Ui Class 본문

jQuery/PlugIn

jQuery Ui Class

EnterKey 2012. 12. 13. 15:03
반응형

ui-state-default                        default

ui-state-hover                          mouse hover

ui-state-focus                          초점이 맞춰진 상태

ui-state-active                          활성화 상태

ui-state-highlight                                강조 표시

ui-state-error                           에러

ui-state-error-text                     글자만 에러 표시

ui-state-disabled                       사용할 수 없는 상태

ui-helper-hidden                      보이지 않게 만듦(display 속성 조작)

ui-helper-hidden-accessible          보이지 않게 만듦(clip 속성 조작)

ui-helper-reset                         스타일 초기화

(margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none, font-size: 100%; list-style: none;)

ui-helper-clearfix                       float 속성을 적용한 객체를 감싸는 객체에 사용

ui-helper-zfix                           iframe 태그가 화면을 꽉 채우게 만듦

ui-icon                                  icon 지정(ui-icon 을 먼저 지정하고 이름을 지정)


[출처] jquery ui class|작성자 묵금


반응형
Comments