jQuery基础篇-- 串联 add
add(expr,[context])
?
? ? ? ?----------- ?把与表达式匹配的元素添加到jQuery对象中,用于连接分别与两个表达式匹配的元素结果集
??
[<p>hello</p>,<span>hello again</span>]