阅读背景:

对象#没有方法'css'

来源:互联网 
$('#someDiv').hover 
  (function(){
    (this).css({'background-color': 'black'});
  }, 
  function(){
     (this).css({'background-color': 'red'});
  }
);
$('#someDiv').hover 
  (function(){
    (this).



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: