.css - 속성제어
.css() 원문 링크 http://api.jquery.com/css/ 함수들 css( propertyName ) .css( propertyName ) css( propertyName , value ) .css( propertyName, value ) .css( propertyName, function(index, value) ) .css( map example) 1 2 3 4 5 var color = $(this).css("background-color"); var myX = $(".textImg0").css("left"); $( this ).css( "width","+=200" ); 1 : color 변수에 현재의 배경색을 가져옴 3. myX 변수에 textImg0 이라는 css 클래스에있는 left..
■ 프론트엔드 ■/jQuery
2013. 10. 13. 22:41