Questions tagged as 'prototypejs'

1
answer

Using Prototype in JS

I need help with using Prototypes, I'm trying to organize and maintain a cleaner code and can re-use my classes at other times ... And in research, using Prototype seems to be advantageous ... (I can have corrected wrong, correct me ...) Firs...
asked by 10.08.2018 / 12:43
0
answers

Error "Can not set property 'checked' of undefined"

In the store here is giving an error in prototype: Uncaught TypeError: Cannot set property 'checked' of undefined at klass.<anonymous> (product.js:128) at prototype.js:391 at prototype.js:825 at klass._each (prototype.js:1237) at klass.e...
asked by 23.03.2017 / 15:26
2
answers

Can not read property '0' of undefined, incompatibility with prototype

I'm using a script that sorts an JSON in alphabetical order with an indicative header, as shown in question however I am not able to make it work in harmony with prototype, I get the error: Cannot read property '0' of undefined I...
asked by 18.01.2016 / 01:51
1
answer

JavaScript error when using Action

I'm trying to use a platform feature that I use (magento) but I'm not getting it, the following image error is being returned. I want to send newsletter by mobile, so I tried to copy the same action and everything else, but I'm not getting it....
asked by 04.10.2017 / 20:53
1
answer

Asynchronous jQuery-Prototype conflict

Well I stop using the two libraries and so that there was no conflict I opted to use jQuery.noConflict() however at the same time I tried to keep using the dollar but my code breaks due to " asynchrony "of the code. <script type='t...
asked by 29.10.2015 / 01:02