/*! copyright(c) FIVESTONE. All right Reserved. ÆÄÀÌºê½ºÅæÀÇ Çã¶ô¾øÀÌ ¹«´Üº¹Á¦ ¹× »ç¿ë ÇÒ ¼ö ¾ø½À´Ï´Ù.*/ $('a.dropdown-toggle').each(function (idx) { $(this).bind('touchstart click', function (evt) { evt.stopPropagation(); evt.preventDefault(); var $alink = $('a.dropdown-toggle').eq(idx); var url = $alink.attr('href'); self.location.href = url; }); });