javascript - Onclick in dropdown toggle is not working -


i have toggle-dropdown , trying call function read(); upon clicking dropdown. not working, have tried using ondrop, onchange , others..

        <a data-toggle="dropdown" class="dropdown-toggle" onclick="read();">             <i class="fa fa-globe"></i>             <span class="badge">                 <%=unread%>             </span>         </a> 


Comments

Popular posts from this blog

Android : Making Listview full screen -

javascript - Parse JSON from the body of the POST -

javascript - Chrome Extension: Interacting with iframe embedded within popup -