Tag Archives: if else

Highlight a Table Row using jQuery

Using jQuery to highlight a table row on mouse over is pretty simple to achieve, and today I’ll quickly demonstrate how you can achieve this neat effect using the addClass and removeClass jQuery functionalities. Continue reading

Posted in Technology & Code, Tutorials | Tagged , , , , , , | View Comments

PHP: The One Line IF Statement

I’m a big fan of doing everything the verbose way when it comes to coding, all my conditional statements are always decked out with the proper tabbing and the full bracketing that they so richly deserve. Continue reading

Posted in Technology & Code, Tutorials | Tagged , , single line if, ternary | View Comments