mootools
Getting a specific part of a URL using Javascript
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[详细]
2023-04-11 16:35 分类:问答Where does Event.Keys gone?
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 :[详细]
2023-04-11 12:33 分类:问答Implementing Save as Draft Feature for a Web Application Using Javascript and Mootools
Hey guys I need to implement \"Save as Draft\" Feature. The logic for this that I have thought about goes this way.[详细]
2023-04-10 18:44 分类:问答In mootools how do you delay the next method?
i want to put a delay in between reveal() and dissolve(). $(\'foo\').reveal().set(\'html\',\'my message\').delay(500).dissolve();[详细]
2023-04-10 10:34 分类:问答Do I have to clear events from the DOM if an element is removed?
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.[详细]
2023-04-10 00:22 分类:问答Drag with mootools on mobile
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.[详细]
2023-04-09 18:28 分类:问答Looking for better way to set resizeable background Css3 / HTML / mootools
I found some code that allows me to resize browser window and reset image h+w appropriately like so html {[详细]
2023-04-09 09:58 分类:问答MooTools using grab/inject to append child elements
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.[详细]
2023-04-09 07:07 分类:问答Customizable multiple Mootools file uploader
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[详细]
2023-04-09 06:18 分类:问答anchors are not working in mootools Sortables
I h开发者_如何学Cave created a table using mootools sortables to implement drag and drop functionality.[详细]
2023-04-08 21:02 分类:问答