I am new to Angular (even though I am not new to the web development), so please take everything that I am about to say with a grain of salt. That being said, I watched a lot of talks and read a lot of articles relevant to Angular performance, and this post is the summary […]
Toggle All Checkboxes Using jQuery
I needed to perform a mundane task of going to a large number of pages, with a large number of check-boxes selected at random, and flipping them in the opposite order. So if I had 3 check-boxes, out of which two were selected like this: I would need to flip them so it would look […]