Giuliano Marcangelo schrieb:
> so briefly to sum up..........
> 
> mark up  is more lightweight,
> page displays quicker,
> mark up is vastly more flexible/versatile/reusable.....................

Thanks Giuliano for the assistance :-)

I had mentioned "bloated HTML" and inflexibility ("a more inflexible
solution than you think in the first place") somewhat earlier in the 
thread in reply to Christopher and thought this fact is quite clear anyway.

I think your example could use even less markup:

<div class="rbt">
   <div>
     <div></div>
   </div>
</div>

could probalbly be replaced with:

<div class="rbt">
</div>


Thanks again :-)


-- Klaus

_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to