[jQuery] Re: class="{title:'test'}

2010-01-21 Thread MorningZ
No, you don't have it right, it's the MetaData plugin in use :-) http://pupunzi.open-lab.com/mb-jquery-components/jquery-mb-extruder/ one of the dependencies listed is "jquery.metaData.js" On Jan 21, 3:46 pm, Bruno Santos wrote: > Hiho! > > I believe that you are trying to add some CSS settin

[jQuery] Re: class="{title:'test'}

2010-01-20 Thread MorningZ
Here is the plugin http://plugins.jquery.com/project/metadata in your example of var x = $("#extruderLeft").metadata().title; console.log(x); would show "test" in the Firebug console On Jan 20, 4:34 am, fran23 wrote: > I don't know how to handle > >         class="{title:'test'} > > it's ou