$(".stab > a").each(function(index) { var $this = $(this); var tid = $this.attr("id"); var spid = $this.parents().parents().attr("id"); var snum = spid.substring(spid.length - 1); $this.bind("click",function(){ $this.addClass("active").siblings().removeClass("active"); $("#spbox"+ snum +"").load("./"+tid+".php"); return false; }); });
'PROGRAM > JQUERY' 카테고리의 다른 글
ie8이하 placeholder (0) | 2015.01.07 |
---|---|
썸네일 슬라이드 (0) | 2014.12.30 |
jQuery 비쥬얼 롤링 (0) | 2014.12.09 |
jQuery 24시간 쿠키사용 팝업 (0) | 2014.11.06 |
iframe 내부의 문서 높이값을 읽고, 해당 iframe 높이값 조절 (0) | 2014.10.31 |