Skip to main content
0 votes
1 answer
84 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
38 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
337 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
186 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
243 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
125 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
51 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
334 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,538
0 votes
2 answers
747 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,511
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
  • 385
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
31 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
  • 385
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
  • 385
1 vote
0 answers
646 views

Mootools breaks Google maps streetview - black screen

Including the mootools.min.js in the Maps JavaScript API Hello World example causes the street view feature to fail rendering street images. I'm working with Joomla and mootools gets loaded prior to ...
Johnny Ruin's user avatar

15 30 50 per page
1
2 3 4 5
172