javascript - framework 7 onclick event div not working -
- i add toolbar @ main view.for reason enable paste code @ stackoverflow code section.
look @ image
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
Post a Comment