javascript - framework 7 onclick event div not working -


  1. i add toolbar @ main view.for reason enable paste code @ stackoverflow code section.

look @ image

enter image description here

2.onclick event @ toolbar works <a> tag not work <div> tag.

<a onclick="playbutton()" class="link size-50" id="play"><i class="fa fa-play-circle" aria-hidden="true"></i></a> 

above code work fine.

       <div id="myprogress" onclick="alert(11)">             <div id="mybar"></div>          </div> 

on same page on click @ div tag not working


Comments

Popular posts from this blog

resizing Telegram inline keyboard -

command line - How can a Python program background itself? -

php - "cURL error 28: Resolving timed out" on Wordpress on Azure App Service on Linux -