jQuery 1.4 experiments

jquery experiments jQuery 1.4 experimentsYesterday jQuery 1.4 got released.

I must admit that I can’t code that much. But I was amazed how easy it is with jQuery 1.4.

Some quick reading in the docs and I was done with it.

What I did is this:

$(window).load(function () {
 
 $('#loader2').fadeOut(1000, function () {
 $('#everything').fadeIn(100);
 });
});

What does the code do?

Basically it is a kind of “preloading-screen” that shows a text, loads the content of the website, fades out the “preloading-screen” and fades in the content.

That’s all. And it was so damn easy.

I have a demo with that code for you here.

If you want to download it click jQuery 1.4 experiments (94)

I have tested it with the Firefox Throttle plugin to simulate slow bandwidth.

Worked well. Enjoy.

VN:F [1.9.11_1134]
Rating: 3.0/5 (2 votes cast)
jQuery 1.4 experiments, 3.0 out of 5 based on 2 ratings

17 Comments to “jQuery 1.4 experiments”

  1. invocoes 24 December 2010 at 3:48 am #

    JQuery 1.4 experiments http://blog.computer-service-mallorca.co... #webdesign

  2. invocoes 28 October 2010 at 3:56 am #

    JQuery 1.4 experiments http://blog.computer-service-mallorca.co... #webdesign

  3. invocoes 26 March 2010 at 3:33 am #

    JQuery 1.4 experiments http://blog.computer-service-mallorca.co... #webdesign

  4. invocoes 24 February 2010 at 3:24 am #

    JQuery 1.4 experiments http://blog.computer-service-mallorca.co... #jQuery #WordPress #CSS #MooTools


Leave a Reply

*

Maximum 2 links per comment. Do not use BBCode.