University of Bridgeport

Selectors allow you to manipulate HTML elements as a group, or as a single element. Values that are not numbers or booleans or nulls should be surrounded by quotes e.g., $("body").css({'backgroundColor':'#ffffa0','color':'green'}); Selectors can be the element type, id of a particular element or the css class e.g., ................
................