No seriously, I work a lot with Angular (right now with Ionic) but I also maintain some server side rendered projects where I use jQuery... and after all this time I still love it. Everybody say that jQuery is that dark library from the middle ages of WEB development, that inevitably leads the callback hell … Continue reading I still like jQuery, Is that a sin?
Tag: JQuery
Monkey Patching JQuery’s Append and Insert Functions
If you have some DOM manipulation code using JQuery and you want to test it using unit tests, you will, most probably, want to test your code in isolation, meaning you don't actually want to modify the DOM in your tests. What you want to test is that the append and insert functions where called. … Continue reading Monkey Patching JQuery’s Append and Insert Functions