something about css api
something about css api
ok yes it's a short hand and a much facilitated function over the dom that actually does the dom call instead of you
$().css('color','red') is equivelant to document.getElement............ .style.colr
in this case color matches but the quesion is when i have something like
$().('text-align','center') the dom style.textAlign
the question is what is the dictionary that jquery uses