Are you talking about viewing source in IE vs FF? Because if you perform an
action with jQuery, then view source in IE,  you'll NEVER see the changes in
the code. However, using the "View Generated Source" option in FF's
developer toolbar allows you to see changes made using javascript.
 
Or are you saying that it's not even applying the style?

  _____  

From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Smith, Allex
Sent: Friday, April 06, 2007 1:57 PM
To: jquery-en@googlegroups.com
Subject: [jQuery] I'm going nutz...


 
<div id="mytest">Test</div>
 
$('#mytest').attr({style:"width:200px;"});
 
returns 
 
<div id="mytest" style="width: 200px;">Test</div> in FF2
 
<DIV id=mytest>Test</DIV> in IE6
 
I must be going mad.
 
Any suggestions as to where I might be going wrong?

Reply via email to