[jQuery] Convert MooTools to jQuery

2009-09-25 Thread GonzoDesign
I know this is sloppy code, I'm more of a HTML and CSS person than JavaScript person. The thing is this code does exactly what I need it to do. This is done with mootools and it conflicts with some other jQuery things going on, on the page. I would REALLY appreciate any help anyone could give me.

[jQuery] Convert 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');