When using the sliderToggle method, the :visible expression never seems to return anything other than true.
sliderToggle
:visible
If I manually use show
show
Try adding a handler.
notes.slideToggle ("fast", function() { var isVisible = notes.is(":visible"); });