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 -

javascript - How to bind ViewModel Store to View? -

javascript - Solution fails to pass one test with large inputs? -