I have a couple of URL\'s that I need to obtain a specific part of the last part of the URI If I have the url www.test.co/index.php/government-printer-sales.html I only need to obtain government from
Did I miss something or the Event.Keys object has gone from mootools since 1.4.0 ? I cannot get the real value of a key or compare it to the current pressed key :
Hey guys I need to implement \"Save as Draft\" Feature. The logic for this that I have thought about goes this way.
i want to put a delay in between reveal() and dissolve(). $(\'foo\').reveal().set(\'html\',\'my message\').delay(500).dissolve();
Let\'s say I have a page that loads pages dynamically. As each page loads into the DOM, events for the elements in that page are added.
Is there a way to make to work the mootools class \"Drag\" on Safari mobile? Please don\'t link me 开发者_JAVA技巧to other frameworks.Here was my solution to making Mootools Drag support touch events.
I found some code that allows me to resize browser window and reset image h+w appropriately like so html {
How do I append a new Element into another? The code below is using the examples on the library\'s site but nothing is rendered. I tested the containing Element by using .innerHTML which does render.
Can you recomme开发者_如何学Pythonnd me customizable file uploader on top of Mootools? It whould be greate, if I can bind to \'addFile\', \'uploadFile\', \'uploadAllFiles\' events, customize CSS and t
I h开发者_如何学Cave created a table using mootools sortables to implement drag and drop functionality.