2014-04-16 48 views

回答

2

有几种不同的方法来选择直接的孩子。

首先,你可以这样做:

$("./*") { 
    # code for children goes here. 
} 
move_children_to("..", "after) 

另一种方式来处理,这将是刚刚打开move_children_to()

move_children_to("..", "after) { 
    # children code can go here. 
} 

我希望这有助于范围!让我知道我是否可以提供更多帮助。

+0

太好了。谢谢你的帮助! – nikkyt

相关问题