https://github.com/stevesgit/first 我的github账号里面有我整理的老师代码欢迎大家git clone
2015-11-15
最新回答 / qq_CY____0
这个不需要获取border,直接选取的是目标对象的属性值,这个属性值比如要是width为200px值,那就是包括了border值在内一个width值,再对这个width值进行增加和减少等操作时就不会因为border值大于增加和减少操作所变化的值的绝对值而影响效果
2015-11-15
最赞回答 / jokec
function startMove(obj,json,fn){ var frag=true; clearInterval(obj.timer); obj.timer=setInterval(function(){ for(var att in json){ var wid=0; //判断是否为设置透明度属性 if (att=='opacity') { wid=Math.round(parseFloat(getStyle(obj,att))*100); }else{ w...
2015-11-15
最新回答 / ______________0
<!doctype><html> <head> <meta charset = "utf-8"> <title>同时改变宽高</title> <style type="text/css"> *{margin: 0;padding: 0;} ul,li{list-style: none;} ul li{width: 200px;height: 50px;background: #333;margin-bot...
2015-11-12
讲解的很不错,有单一到复杂,慢慢深入方法很好。老是也很可爱。
如果可以的话,希望能提供下讲解代码一遍后续复习,谢谢老师啦
如果可以的话,希望能提供下讲解代码一遍后续复习,谢谢老师啦
2015-11-11