Posts by Rodrigo M Saboya Brito • 1 point
1 post
-
0
votes0
answers21
viewsQ: Changing Webkit properties with jquery
I want to change a Webkit property using jquery, I have something like this for now. $("#videoExe").css({ '-webkit-media-controls-timeline': 'display="none"' }); But nothing happens at all...…