UNPKG

apostrophe

Version:

Apostrophe is a user-friendly content management system. You'll need more than this core module. See apostrophenow.org to get started.

6 lines (4 loc) 191 B
// Thanks to Kate Miháliková for this much simpler implementation! jQuery.fn.findSafe = function(selector, ignore) { return this.find(selector).not(this.find(ignore).find(selector)); };