place...
the css method can take either an string, or an string and another
valuer of any type, or a map of key/values...
so if you want to set more than one property at once, use a map:
css({"bottom": "40px", "position": "fixed", "marginLeft": "-176px"});
No comments:
Post a Comment