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.
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');
2 matches
Mail list logo