jquery로 css style 속성 제거
페이지 정보
작성자 GIT 작성일14-11-20 20:09 조회11,904회 댓글0건본문
<이미지 속성 제거 예>
<script>
$( document ).ready( function() {
$( 'img' ).removeAttr( 'style' );
} );
</script>
$( document ).ready( function() {
$( 'img' ).removeAttr( 'style' );
} );
</script>
※ 속성추가: attr()
댓글목록
등록된 댓글이 없습니다.