Rick Hocutt

Keep That Hidden Content From Showing Before Page Load

I really enjoy using jQuery to enhance the User Interface of the websites I build. One task that I frequently perform to keep pages clean is hiding content away to be shown if the user clicks on a button of some sort. The only problem is if you simply use the show hide method you can tend to get a glimpse of content before the function is loaded. One way to avoid this flash of hidden content is to use a method detailed here: http://www.learningjquery.com/2008/10/1-way-to-avoid-the-flash-of-unstyl...