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

OpenCV OpenCL: Convert Mat to Bitmap in JNI Layer for Android -

android - org.xmlpull.v1.XmlPullParserException: expected: START_TAG {http://schemas.xmlsoap.org/soap/envelope/}Envelope -

python - How to remove the Xframe Options header in django? -