Skip to main content

All Questions

Tagged with
0 votes
1 answer
155 views

Mootools. New element with events in loop

I can't find the problem. May be you can help me: load_images: function(config, container, page) { console.log(page) // Every time page = 4 Why? var paging = new Element('div','class':'pg'})....
XTRUST.ORG's user avatar
  • 3,374
5 votes
1 answer
4k views

Mootools: inject vs adopt

I want to dynamically add some preconfigured HTML-Elements in use of a 'click'-event with mootools. So I can make it work with my basic knowledge, although it isn´t very nifty. I coded this so far... ...
Micha's user avatar
  • 53