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

2010-01-21 Thread Bruno Santos
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

Re: [jQuery] Re: jQuery 1.4 change event problem

2010-01-19 Thread Bruno Santos
Indeed, the problem is related to the selected option not to the be the first one, on the first time the object is *clicked*. The problem is not exactly the selected parameter written on the body, but the currently selected option in runtime. To verify that, just add an onload event to body, and