JQuery manipulation is not happening

JQuery manipulation is not happening

jQuery(
'div#primary' ).attr( 'width' , '300' );
I am manipulating html file. I am doing the above. But It is not updating the html file with the new width.
Can you please let me know, what might be the error?