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");