So... how about something like this:
<dl class="accordion $o(accordion:false,hideSpeed:'slow')">
<dt>click me</dt>
<dd>to show me</dd>
</dl>
My only concern is whether the single quote is considered bad form in the class attrib for some reason. If so, I can just write a parser and use my own syntax looking for stuff that's not boolean or numbers. But if not then the plugin can be kept a little smaller by just being able to use eval.
Thanks again for all of the help!
Paul
_______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
