Hiho! I believe that you are trying to add some CSS settings directly on the tag definition, instead of assigning a class to it. If I got it right, you should use the tag parameter *style*, instead of class.
<div id="extruderLeft" style="{title:'test'}"> <div class="content"> <div class="voice {}"> logo </div> <div class="voice {panel:'... .php',data:''}"> ... </div> </div> </div> 2010/1/20 fran23 <f...@lavabit.com> > > I don't know how to handle > > class="{title:'test'} > > it's out of the mb.extruder plugin > > <div id="extruderLeft" class="{title:'test'}"> > <div class="content"> > <div class="voice {}"> logo </div> > <div class="voice {panel:'... .php',data:''}"> > ... > </div> > </div> > </div> > > normally I assign a class (i.e. class="abc") and set "abc" via CSS > > .abc { ... } > > but I don't know what to do with class="{title:'test'} > > May anybody give an explanation or link where I can learn about it? > > thx > fran > > -- > View this message in context: > http://old.nabble.com/class%3D%22%7Btitle%3A%27test%27%7D-tp27238929s27240p27238929.html > Sent from the jQuery General Discussion mailing list archive at Nabble.com. > >