Programming jQuery: How to Test if a div is Visible July 17, 2013 by Craig Lotter No Comments The wonderful jQuery library actually makes it pretty easy for us to test whether or not a div (or pretty much any other element for... Read More
CodeUnit Toggle a Div’s Visibility with jQuery January 18, 2011 by Craig Lotter No Comments To toggle an element in terms of visibility, like a DIV for example, is pretty easy with jQuery and it's ultra nifty toggle() function. Read More