回到最近的一個"破壞性"操作之前。即,将比對的元素清單變為前一次的狀态。
如果之前沒有破壞性操作,則傳回一個空集。所謂的"破壞性"就是指任何改變所比對的jQuery元素的操作。這包括在 Traversing 中任何傳回一個jQuery對象的函數--'add', 'andSelf', 'children', 'filter', 'find', 'map', 'next', 'nextAll', 'not', 'parent', 'parents', 'prev', 'prevAll', 'siblings' and 'slice'--再加上 Manipulation 中的 'clone'。
選取所有的p元素,查找并選取span子元素,然後再回過來選取p元素