[jQuery] Re: Element Exact Width

2010-01-05 Thread ShenoudaB
Thanks, that solutions works fine. thanks for your Help and Happy new year 2010 On Jan 2, 2:47 pm, Šime Vidas sime.vi...@gmail.com wrote: obj.html(obj.children().html()); obj.children() selects the SPAN that we created... obj.childern().html(), therefore, returns all the content of the SPAN,

[jQuery] Element Exact Width

2009-12-30 Thread ShenoudaB
Dears, i was trying the width method whats get the width if the css property width was declared or inherited. but i was looking to get the exact width of the div, while not specifying it in the CSS Style Properties. as in the Width Jquery Documentation Example: html head script