2011-06-03 96 views

回答

5

使用.add()

$(this).add('selector') 
// or 
$(this).add(otherElement) 
+0

+1不知道方法! – Craig 2011-06-03 10:26:38

4

使用。新增()

$(this).add("element2");