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

Untitled

By: a guest on Apr 30th, 2012  |  syntax: None  |  size: 0.31 KB  |  hits: 12  |  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. Why is the rgb CSS function not working in jQuery 1.7.1 anymore?
  2. function(){
  3.           $(this).animate(
  4.                   {
  5.                       left: '0',
  6.                       backgroundColor: 'rgb(255,255,255)'
  7.                   },
  8.                   500,
  9.                   'easeInSine'
  10.           );//end animate