1. 程式人生 > >jquery批量填寫css

jquery批量填寫css

 div.css({
  "transition":"2s",    
  "color":"white",
  "background-color":"#98bf21",
  "font-family":"Arial",
  "font-size":"20px",
  "padding":"5px",
  "width":"100px"
  })