sct10, 20 등에서 에서 40으로 넘어가는데 style 값이 그대로 유지 됩니다.
shop.list.js 에서 31번째 줄
$el.each(function() {
$(this).removeAttr("style");
if($(this).data("style")) {
$(this).attr("style", $(this).data("style"));
}
});
를
$el.each(function() {
$(this).removeAttr("style");
if($(this).data("style")) {
$(this).attr("style", $(this).data("style"));
}
$(this).removeAttr('style');
});
을 넣어주시면 해당되는 리스트에 모든 스타일 값이 제거 됩니다.
shop.list.js 에서 31번째 줄
$el.each(function() {
$(this).removeAttr("style");
if($(this).data("style")) {
$(this).attr("style", $(this).data("style"));
}
});
를
$el.each(function() {
$(this).removeAttr("style");
if($(this).data("style")) {
$(this).attr("style", $(this).data("style"));
}
$(this).removeAttr('style');
});
을 넣어주시면 해당되는 리스트에 모든 스타일 값이 제거 됩니다.
게시글 목록
| 번호 | 제목 |
|---|---|
| 1874 | |
| 1873 | |
| 1870 | |
| 1862 | |
| 1846 | |
| 1845 | |
| 1837 | |
| 1835 | |
| 1823 | |
| 1787 | |
| 1781 | |
| 1777 | |
| 1771 | |
| 1750 | |
| 1746 | |
| 1743 | |
| 1742 | |
| 1738 | |
| 1714 | |
| 1710 | |
| 1700 | |
| 1699 | |
| 1696 | |
| 1694 | |
| 1691 | |
| 1684 | |
| 1662 | |
| 1659 | |
| 1656 | |
| 1637 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기