i saw this code on navigation bar , first time i saw this type
var logoSH = fixIT ? 'show' : 'hide';
$('#mini-logo')
Ignore the
fixIT
It contains true or false
There is no. after $('#mini-logo') and first time I am seeing the hide() and show() method being called this way by hide.
How does it work?