How to manipulate css using jquery
TweetIt’s really simple to manipulate css using JQuery. JQuery has the “.css()” method and its syntax is: .css( propertyName, value ) propertyNameA CSS property name. .css( propertyName, function(index, value) ) propertyNameA CSS property name. function(index, value) A function returning the value to set. this is the current element. Receives the index position of the element [...]
Wednesday May 9th, 2012 in , jQuery | No Comments »
