The Krotek

Results 3 issues of The Krotek

According to documentation, in case of an error "info" index should be present in response, but instead, there's only "type" index. Here's a simple example: ["success"]=> bool(false) ["error"]=> array(2) {...

There's a little issue with toArray() method. If you use custom attribute like 'data-foobar' you always get an 'undefined' for every element and returned array is just a bunch of...

I've found a weird issue with "getActive" call when it always returns the 1st match. I added this call according to the documentation, to the "change" event. Problem is that...