Tag: chaining

如何select元素的父代和父代的兄弟

我有这个代码: $("#test").siblings('p').remove(); $("#test").remove(); 我如何链接这个代码,而不是单独写它?