Hi,
I'm desperately hoping someone can help me with this. i've been using JQuery up until now but because a site I'm working is coded in Moo Tools, does anyone know how to translate these lines of JQuery into MooTools - please help!!!
Code:$(document).ready(function(){ $("table.pdpagebuttons").addClass('hidebuttons'); $("table.pdpagebuttons").clone().appendTo("div.buttonscontainer"); $("div.buttonscontainer table.pdpagebuttons").removeClass('hidebuttons'); });



Reply With Quote
Bookmarks