Pee*_*Haa 6 jquery jquery-selectors
来自jQuery文档:
注意:$("> elem",context)选择器将在以后的版本中弃用.因此不鼓励使用其替代选择器.
http://api.jquery.com/child-selector/
这将是什么alternative selector?
$(context).children('elem')
Run Code Online (Sandbox Code Playgroud)
也$("> elem", context)已过时,但$(context+" >elem")并$("parent>child")没有