Created: November 27, 2014
Last Updated: November 27, 2014
Author: goocode
email: [email protected]

Dear,
You come to the demo platform for goocode.net. Some scripts or examples are displayed here, including PHP scripts, Javascript, MySQL, plugins, ets. Most of them are related to the front-end technology. May you like them.

Picture and page loading effects realized by jQuery plugin

1. Demo presentation

Example 1: Load picture in DIV

$(function(){
  $('#img').oLoader({
    waitLoad: true,
    fadeLevel: 0.9,
    backgroundColor: '#fff',
    style:0,
    image: 'loader.gif'
  });
});
		

Example 2: Loading pages by Ajax

sssss

Click to view

$(function(){
  $('#ajaxload').oLoader({
	url: 'ex_02.html'
  });
});

		

Example 3: Load the page

Click to view

$(function(){
  $.oPageLoader();
});
		

Example 4: Load the page with callback function

Click to view

$(function(){
  $.oPageLoader();
});
		

2. End

Thanks for ur reviewing. Any questions feel free to write to us.

BACK  Picture and page loading effects