2,575
questions
0
votes
1
answer
89
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 ...
0
votes
1
answer
41
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(...
0
votes
0
answers
340
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/...
1
vote
1
answer
191
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) ...
1
vote
0
answers
245
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 ...
1
vote
0
answers
128
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 ...
1
vote
0
answers
52
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 ...
0
votes
2
answers
340
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 ...
0
votes
2
answers
780
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"...... &...
0
votes
0
answers
54
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 ...
1
vote
2
answers
60
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 ...
0
votes
1
answer
42
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 ...
0
votes
1
answer
33
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 ...
1
vote
1
answer
117
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 ...
1
vote
0
answers
651
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 ...