I have a problem, I want to set the width for an object using jquery, My object
<object id="game" width="960" height="560" style="visibility: visible; width: 0px;">
So I want to set width : 960 --> 0 I tried like this but not work :
document.getElementById("game").width = "0px";
Can you help me please? Thx in advance