반응형
jstl로 html스타일 변경
스타일에 if문을 필요로할때 또는 변수로 넣을때 사용
#설명
-만약 자바에서 보내준result.replyDepth가 2이면 margin-left:100px;로 변경해라
<div class="test" style="<c:if test="${result.replyDepth == 2}">margin-left:100px;</c:if>">
<img src="./resources/img/classes-details/comment-1.png" alt="">
</div>
반응형
'HTML' 카테고리의 다른 글
html에서 onclick(온클릭)으로 자바갈때(location.href) (0) | 2021.07.05 |
---|---|
ajax를 이용해 부분화면 새로고침 (0) | 2021.07.03 |
HTML 자동 줄바꿈 설정 방법(Editor) (0) | 2021.07.02 |
HTML 콘솔창 글적기(console.log) (0) | 2021.06.30 |
HTML ajax사용법(html에서 java로 내용을 보낼때 사용)get,post (0) | 2021.06.30 |