After the first public tests of jQuick I improved the support for label in Safari.
In fact, in 1.3.1, the following example works well even in Safari:

$.FORM({},
 $.LABEL({'for': 'one'}, "Label "),
 $.INPUT({id: one', type: checkbox', onclick: "alert(1)"})
)

Cheers,
Francesco

_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to