Old School JavaScript Page Load (revisited)(gosylvester.com)
submitted by
Danny117(15) 3 years, 3 months ago
Remember back in the 90's when all the rage on your webpage was to have a loader div that displayed until the page loaded. Well there back. Here's a quick one liner from jquery page loader it was again too easy and too cool. I added a style display:none; to a div then in load I do a $('mydiv').fadeTo(0,0).fadeTo(500,1);...
|category: jQuery
|Views: 22
tags:
jQuery another
Everyones tags:
Your Tags: