摘要:
function updateProgress(){ var div = document.querySelector("div"); div.style.width = (parseInt(div.style.width,10)+1)+"%"; if(div.style.width !="100% 阅读全文
摘要:
this is a demo page to create jquery plugins ! console.log($); ;(function($){ // 设置默认值 var defaults = { background:' ccc', width:'100px', height:'100p 阅读全文