Denis Ciccale
Denis Ciccale
Hi, could you provide an example I can run and see the failure?
Hi, could you provide an example of the html file that is failing to ignore the comment?
Hi @ronnieroyston template strings or string interpolation with backticks, is a javascript feature and it has nothing to do with this plugin or grunt. There is nothing wrong in the...
make sure the variable is available in the scope you're using it. i can't help you much more than that without some example. it seems more like a javascript mistake...
@nwhittaker you can't do this already with jQuery? `$("#myinput").attr("placeholder", "something else");`
Yes I get it, ok this could be done improving the custom val() function inside the plugin. Is a very important feature, I will implemented asap, if no one else...
Well, unless every time the plugin wants to access the placeholder attribute, should always get it without caching it as it is done now. Doing it so, will reduce performance...
hi @exside what is gained exactly by extending from Array.prototype? what use-cases would this cover? It would help to see some real-world examples :) I think we could merge it...
hi @tarjei could this be solved by https://github.com/dciccale/ki.js/pull/24 ?
> Just tried this out and can confirm. I'll reopen this issue. Until we produce a fix, a workaround would be to invoke a `logout` right after the deletion. invoking...