loading
Please wait while loading...

Slide Images

Hover Tips

Comming Soon

HTML5 ChangeURL

As the rise of ajax, we may use fewer page to display our website, but the bookmark problem become a difficulties of the developers. cjchangeurl use HTML5 pushstate (html5 supported browsers) and the hash (IE) to solve the problem. It provide a next and previous callback to handle the new page and the back of history.

Scroll Area

Comming Soon

Custom Select box

Comming Soon

What is this?

Cjslideimg is a jQuery plugin used to make a image/photo Slide Show.

By using Cjslideimg, you can easily to generate a simple but beautiful photo slide show by only one line code. It include the most common flash banner effect -- Photo fade in out. Beside, I have also add support on most effect defined in jquery ui, such as fold, slide, scale...!! You can choose the most siutable effect on your slide show.

What effect supported?

  • Gradient (One fade in & the current one fade out at the same time)
  • Fade (Current Fade out and the next fade in after that)
  • UI - Effect (need to include jquery ui)
    • slide
    • explode
    • fold
    • bounce
    • blind
    • clip
    • drop
    • puff
    • scale

Why some ui effect not included?

Ui effects are promoted on this plugin to make it more fixable to different usage. However, during investigation, I found that some effects are not siutable on making slide show, like highlight, shake, so I have exclude some of these effect and this is the reason why some effect you can't find from the above list

How to use?

Cjslideimg is very easy to use, just include a jQuery libery, core code of Cjslideimg and then call the below script

$(document).ready(function() {
	$("#slideimg").cjslideimg({width: 500; height: 300});
});

More example is available on the demo page and the documentation is recomended to let you know more about it.