Can't get my head to learn the Jquery way.
Mootools' way.
var foodiv = $('foodiv');
var div = new Element('div' , {
id : 'someid'
}).inject(foodiv);
to Jquery's
jQuery('<div/>', {
id: 'foo'}).appendTo('#mySelector');
Why mootools had to die?.. I am so disappointed ..
sorry just frustrated trying to learn something that goes against what I have
learned the right way.
--
---
You received this message because you are subscribed to the Google Groups
"MooTools Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.