Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Aug 12th, 2012  |  syntax: None  |  size: 0.37 KB  |  hits: 5  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. $(function(){
  2. var j=1;  
  3.  if(j> 5){
  4.      $('#picx'+5).fadeOut(1000);
  5.      $('#picx1').fadeIn(1000);
  6.    }
  7. ('.back').click(function() {
  8. $('#picx').animate({
  9. opacity: 0.25,
  10. left: '+=50',
  11. width:'toggle'
  12. }, 5000, function() {
  13.  
  14. });
  15. ('.next').click(function() {
  16. $('#picx').animate({
  17. opacity: 0.25,
  18. right: '-=50',
  19. width: 'toggle'
  20. }, 5000,function() {
  21.  
  22. });
  23. });
  24. });