
Page Reloading on click of any button of the Jwplayer toolbar
Hi,
We have implemented the jwplayer in our website to play the videos. This is working fine with all the browsers.
But some of the version of IE11 are creating issues.
Issue is that when I am clicking on play or pause buton from the toolbar of the player then its reloading the page.
Code is here that is generating the buttons and adding click events for it.
File name : jwplayer.html5.js
Code: d = A.createElement("button"), d.addEventListener("click", V(a), n), d.innerHTML= "\x26nbsp"
I tried it like following but design issue are coming with the buttons.
A.createElement("input"), d.setAttribute("type", "button"), d.addEventListener("click", V(a),
n), d.setAttribute("value", "\x26nbsp")
How I can resolve this issue with IE11
Thanks
Dalvir