I\'m wanting to show/hide a div based on whether a variable is null or not.
Note: the variable in
In this case, myvar should be a boolean value. If this variable is true, it will show the div, if it's false.. It will hide.
Check this out.