jQuery 中关于CSS操作部分使用说明

2019-06-02 18:15:41王旭

      ret = elem.currentStyle[prop] || elem.currentStyle[newProp]; 

    } 

    return ret; 
  }, 

附录:
jQuery官方网站:http://jquery.com/
jQuery源码下载:http://docs.jquery.com/Downloading_jQuery
jQuery API文档:http://docs.jquery.com/Main_Page
jQuery 中国:http://jquery.org.cn/
VisualJQuery.com : http://visualjquery.com/