Skip to main content

Questions tagged [mootools]

MooTools is a compact, modular, object-oriented prototypal JavaScript framework designed for the intermediate to advanced JavaScript developer. It allows you to write powerful, flexible, and cross-browser code with its elegant, well documented, and coherent API.

mootools
0 votes
1 answer
132 views

Is it possible to have a participants' course reports plugin with all their courses, the status of learning, time spent on moodle lms?

I have a client that want all the reports of all participants to be shown in with all their courses, their level of completion of those courses and the time spent. And the report for every participant ...
Atsa'am's user avatar
  • 29
0 votes
1 answer
82 views

The Right Way of Intercepting Javascript Function Calls

I am writing a browser extension for the popular video chatting platform, Omegle. The extension needs access to internal events of the omegle app. The app uses Mootools for firing events, and creates ...
Rafat Mahmoud's user avatar
0 votes
1 answer
36 views

mootools Class overload

I cannot overload class function var Input_text = new Class({ initialize: function(obj, defo){ that = this; if (obj) { this.elem = obj; this.elem.addEvent('keyup', function(...
Michel J's user avatar
0 votes
0 answers
329 views

Google ReCAPTCHA v2 placeholder element must be an element or id

I've had google recaptcha v2 running from last few months but now suddenly it stopped working on my live site (https://blisspot.com/signup). Its working fine on dev site (https://dev.blisspot.com/...
Ahmad Raza's user avatar
1 vote
1 answer
173 views

Is the current 1.6.0 version of MooTools compatible with older versions?

I'm upgrading from MooTools 1.3 to the newest 1.6.0, but when I do the date picker on my site disappears. I tried all the old compat versions of MooTools between 1.3 and 1.6.0 (1.4.5, 1.5.1 and 1.5.2) ...
Saif Navid's user avatar
1 vote
0 answers
231 views

fullcalendar.io and mootools conflict

I'm trying to use fullcalendar.io and mootools libraries in same web site. However I have this error: TypeError: t is undefined xxx_core.main.min_1.js:9:22019 The file xxx_core.main.min_1.js ...
thiery's user avatar
  • 15
1 vote
0 answers
120 views

Why are Python requests slower than MooTools and jQuery?

I'm trying to create an API for a chat service. Sending a request after another is required for the chat to work. I started implementing it with Python requests but it was very slow. I also tried ...
killaz's user avatar
  • 57
1 vote
0 answers
49 views

Mootools/Jquery Scripting

This is my first exposure with using Mootools; I have not used Jquery much, and I am having troubles implementing a new change to the scripting. We used a flash uploader, FancyUpload2 and I have ...
Jnice2k3's user avatar
0 votes
2 answers
333 views

How do I get jQuery and Mootools on the same Contao page?

I am working on a Contao site that is supposed to be upgraded from 2.11.6 to 3.5.40 because the provider will soon force a PHP upgrade from 5.6 to 7.3. The upgraded site should look and feel like the ...
Timm's user avatar
  • 2,528
0 votes
2 answers
701 views

Event click trigged twice though preventdefault is set

Some had this problem but I did not see any answer that fits mine. Here is the html : <div id="page"> ...... <ul> <li role="presentation"> <a id="selection"...... &...
mlwacosmos's user avatar
  • 4,482
0 votes
0 answers
53 views

Prepending javaScript element with html snippet into another html node

I am trying to insert a html block of code before the previous one. I am using the prepend() method to insert into a list and it works I am inserting where I want but its only outputting the plain ...
Boxer19's user avatar
  • 37
1 vote
2 answers
59 views

Mootools JSON request returning not found error

I added an icon next to a file that, when clicked, will mark the file as a redline and change the color of the text of the filename. My boss wants me to do this via AJAX, but I've never done AJAX ...
PortyR's user avatar
  • 375
0 votes
1 answer
41 views

Using JavaScript Event rather than MooTools Element.Event

I have inherited a codebase which implements MooTools 1.4.5. The code also utilises a third party library to handle dragging on responsive devices. The following code is in that library: var ...
Mike Poole's user avatar
  • 2,025
0 votes
1 answer
30 views

How to get the value of data-id-proofinglevel in option

I have an dropdown that lists people available for a job. In each option there is a value and a data-id-proofinglevel. I would like to get the value of the data-id-proofinglevel for the selected ...
PortyR's user avatar
  • 375
1 vote
1 answer
115 views

How do I figure out why the MooTools stopped working?

I worked on a page that has MooTools in it and now the MooTools is not working. It is supposed to detect when a change has been made to a dropdown and save the change and the field flashes green. I ...
PortyR's user avatar
  • 375

15 30 50 per page
1
2 3 4 5
172