Erik -

> In the case of adding metedata to divs, are these approaches any better than
> just using nested hidden spans?

This is inclusive of that technique, for example:

jQuery.meta.set("elem","span");

However, I would not recommend that technique (if you were bent on
using embedded elements) since the data will be visible to users who
have CSS turned off, screen readers, and text-based browsers.

--John

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

Reply via email to