js 파일 소스 질문이요~~~~ 정보
js 파일 소스 질문이요~~~~본문
하단에 있는 소스는 웹에서 가져온 이미지 슬라이드 일부 소스예요~
슬라이드 js 파일에 하단과 같은 소스가 있어요.
아래 소스에 next, pre 버튼 이미지 경로가 있는것 같아요. 이미지 속성을 보니 아래 경로가 뜨더라구요.
(http://littlesky.co.kr/jquery/next.png /http://littlesky.co.kr/jquery/prev.png)
이 경로를
img/next.png
img/prev.png 로 수정하고 싶은데 어떻게 해야하나요? 고수님들 알려주세요~~^^
수정하려고 하는 이유는 화살표를 다른걸로 바꾸고 싶어서 그래요~
아래 소스는 일부 붙혀넣기 한거구요, 파일 전체 소스는 첨부했답니다.
|||slid_box|v_no|var|num|function|src|img|||img_arr|px|ww|autos_01|id|slid_m||left|img_no|mov|box_hi|if|au_t|setInterval|nex|pre|mov2|index|class|style|jquery|kr|png||height|css|co|littlesky|width|http|top|50|else|remove|300|animate|click|append|clearInterval|each|4000|ready|Array|box_wi|new|length|next|html|prev|this|attr|0px'.split('|'),0,{}))
추천
0
0
첨부파일
댓글 2개

<script>$("#pre").attr('src','img/prev.png');$("#nex").attr('src','img/next.png');</script>
아래에 추가
아래에 추가
답변은 감사합니다만.... 안되는데요;;;;;;;