On Apr 15, 8:41 am, Josh Powell <seas...@gmail.com> wrote:

> Good to know about the potential for triggering quirks mode
> though, thanks.

You are already using invalid markup by adding a name attribute to a
div element.

Have you considered storing the data in the class attribute, then use
DOM dot property access with a RegExp to get the value?  It should be
much faster than using attr.

--
Rob

Reply via email to