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