I am having trouble because my MooTools AJAX request doesn\'t find my PHP script URL request. First I have an index.php which loads in ControllerList.php (List files and delete each one), then in that
I have added a message box to a drupal site.I got that massage box from this http://mootools.net/forge/p/message_class url. it is a mootools message bo开发者_运维问答x.I want to add a captcha to the e
I\'m using 开发者_运维技巧MooTools. I have a ul element: <ul id=\"alerts\"></ul> And I can access it with $(\"alerts\"), but when I try to change it by doing:
I can do this: $(\'my-panel\').innerHTML = \'<p> New content </p>\'; But if there any way of doing something like
There is nothing wrong with the following piece of mootools code. What I would like to do rewrite it with onsubmit event and without domready as on the second code block. Thanks.
How to append text at the begin using function appendText? For example: HTML: <div id=\"myEleme开发者_如何学Cnt\">Hey.</div>
I have two forms with different values in one page. I want get input value of the form that user clicks on it\'s submit button, using mootools code.
Only accessible id right now is \"dialog1\". Given that information how do I traverse down to get the <object classid>?
How do I manipulate a string using MooTools / JavaScript I would like to replace开发者_Go百科 all after /p/ in following url:
Can we use relational operator in mootools selectors ? Say for example I have two check boxes with different names.How can I get them both 开发者_如何学编程in single selector query. for mootools selec