Defensive programming with jQuery
Sometimes it’s good to code defensively and put those extra checks "just in case". This is especially true if your front end code are generated or rendered dynamically.
I have often encountered Javascript code that tries to access certain HTML element that doesn’t exists. Usually this is caused by [...]


Recent Comments