Re: [Moo] Firefox 18 breaks mootools 1.2.5 selector engine

2013-01-18 Thread Arian Stolwijk
Adding that line (at the top of your mootools.js file) should be enough. If you want to rebuild, either wait until the mootools.net website is updated, or use github.com/kamicane/packager. http://mootools.net/blog/2012/08/13/optimizing-mootools-builds-sans-internet-explorer/ contains all the comma

[Moo] Re: How to reference an iframe's parent window?

2013-01-18 Thread Jeff Dunlap
Steffen, thank you kindly for your suggestion. On Thursday, January 17, 2013 12:20:41 PM UTC-6, n3on wrote: > > Hi, > > I don't know a way how you can access elements in the parent directly. But > you can call functions on the parent. So you have to include MT in the > parent and then use: > > v

[Moo] Re: Asset.image gets images from cache.

2013-01-18 Thread n3on
Hmm, it's hard to tell how you can improve your code. First of all I would prefer classes. Then you can create an instance for each category and hold the images just for these categories in there and handle all the eventhandling for each category in there. Overall i think a good rule to follow

[Moo] Select Box Manager

2013-01-18 Thread Trevor Orr
I tried finding code to manage and sort options in two select boxes and was not able to so I am just sharing what I came up with. It let's you move options between 2 select boxes and sort the options in the destination and works with multiple options selected and you can set a max number for the d

Re: [Moo] Select Box Manager

2013-01-18 Thread Sanford Whiteman
> Pretty simple but I find users who are not web savvy find this > easier to user than dragging and dropping. Thanks for sharing this, Trevor. I agree that drag-and-drop is not as easy a "progressive upgrade" as people think. We had a devil of a time rolling out a drag-and-drop data tree; people