add

English [?d] US [?d]

vt.Add; ?? ?? ??... ?? ??;

jquery add() ??? ???

??: add() ???? ???? ?? ??? ??? ?????.

?? 1: .add(selector)

????:

???? Description
??? ?, ??? ??? ??? ???? ?? ?? ??? ??.
?? 2:

.add(elements)

????:

Parameterselements
Description
??? ?? ?? ???? ?? ??? ?? .
?? 3:

.add(html)

????:

Parametershtml
Description
HTML ??? ??? ???? ??? ?????.
?? 4:

.add(jQueryObject)

????:

???? jQueryObject
Description
?? ??? ?? ?? ???? ?? ?? jQuery ?????.
?? 5:

.add(selector, context)

????:

???? selector ??? ???? ??? ? ???? ?? ???? ?? ??? ??? ?? ?????. ???? ??? ???? ?????.
Description
context

jquery add() ??? ?

$("div").css("???", "2px ?? ???")
? ? ? ?.add("p")
? ? ? ?.css("??", "???");