0

I am using an tag to load a NPAPI plugin in my HTML page. At certain point in time, I am trying to hide the and in order to do so, I am changing the width and height of the object to 0px using JavaScript. But this is not affecting the tag.

Here is the syntax:

"object width='100px' height='100px' id="pluginmedia" type="application/x-wcfmedia">"

Can some one please let me know how to hide the ?

Thanks and Regards, Souvik


How to style the iOS6 file input control?

I am glad the file input control for files has finally arrived to the iPhone with iOS 6.

However, the display looks kind of odd. Does anyone know ways to style the control?

4

1 に答える 1

0

代わりに jQuery hide() を使用できます

$('#id').hide();

あなたの場合、それは$('#pluginmedia').hide();

于 2012-09-25T10:38:05.757 に答える