- $(function(){
- var j=1;
- if(j> 5){
- $('#picx'+5).fadeOut(1000);
- $('#picx1').fadeIn(1000);
- }
- ('.back').click(function() {
- $('#picx').animate({
- opacity: 0.25,
- left: '+=50',
- width:'toggle'
- }, 5000, function() {
- });
- ('.next').click(function() {
- $('#picx').animate({
- opacity: 0.25,
- right: '-=50',
- width: 'toggle'
- }, 5000,function() {
- });
- });
- });