[jQuery] mooTools to jQuery conversion job

2008-11-14 Thread WatermarkShaun
I love a particular news scoller example done in MooTools (http:// woork.bravehost.com/newsticker/index.html). Not knowing jQuery enough, I don't have time to convert it over (and using both frameworks is not an option). I would think this could be done quickly by one that knows jQuery well (wit

[jQuery] MooTools to jQuery

2008-09-05 Thread israel.hayes
Hi, I was using MooTools before and I'm kinda new to jQuery, I'd like to know how you would modify this to use it in jQuery, Thanks, - Israel window.addEvent('domready', function() { var Boites = $$('.Boite'); Boites.each(function(Boite) { var Lien = Boite.getElement('a');

[jQuery] MooTools to jQuery

2008-09-05 Thread israel.hayes
Hi, I was using MooTools before and I'm kinda new to jQuery, I'd like to know how you would modify this to use it in jQuery, Thanks, - Israel window.addEvent('domready', function() { var Boites = $$('.Boite'); Boites.each(function(Boite) { var Lien = Boite.getElement('a');