Personally, I'd rather use a div or span for that sort of thing, rather
than a <code> tag.

<div
class="accordion_init">accordion:false,showSpeed:'slow',hideAll:true</div>

Then, style div.accordion_init to be hidden, and you get the same effect
without "misusing" the <code> tag.

- Brian


> Which would work on some markup like this:
>
> <code>accordion:false,showSpeed:'slow',hideAll:true</code>
> <dl class="accordion">
>     <dt>click me</dt>
>     <dd>to show me</dd>
> </dl>



_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to