>> This example: http://jsfiddle.net/ariehg/4AZEL/ won't work. > > You have `var bla = $('bla');` Shouldn't that be `var bla = $('#bla');` ?
Shouln't, it's Mootools '$' function, not jQuery, so it's an alias for 'document.getElementById' ;-) BTW, agreed you should create a custom widget which will have 'setChecked' method. Or use jQuery and http://api.jquery.com/category/plugins/data-link/ -- Maxim Vasiliev -- To view archived discussions from the original JSMentors Mailman list: http://www.mail-archive.com/[email protected]/ To search via a non-Google archive, visit here: http://www.mail-archive.com/[email protected]/ To unsubscribe from this group, send email to [email protected]
