0

Unbind isn't working for me. Which is weird because it's working in other sections, just not here. Any tips or advice on why it might not be working?

html

<ul>
 <li class="articlelibleft_li" onclick="foo()">foo</li>
 <li class="articlelibleft_li_active">foo</li>
</ul>

jquery

$('.articlelibleft_li').unbind("click");
Trevor Wood
  • 2,347
  • 5
  • 31
  • 56

0 Answers0