English 中文(简体)
j 找到目前要素的直接父母
原标题:jquery find immediate parent of current element
  • 时间:2009-10-31 03:29:22
  •  标签:

如何立即找到某个要素的父母?

(e) 父母?

最佳回答

http://www.un.org/Depts/DGACM/index_french.htm

$("#my-button").click(function() {
    var parentElement = $(this).parent();
    // etc...
});

http://docs.jquery.com/Traversing/jun

问题回答

暂无回答




相关问题
热门标签