.contents()

Get the children of each element in the set of matched elements, including text and comment nodes.

.css()

Get the value of a computed style property for the first element in the set of matched elements or set one or more CSS properties for every matched element.

@jQuery API