UNPKG

apostrophe

Version:

Apostrophe is a user-friendly content management system. This core module of Apostrophe provides rich content editing and essential facilities to integrate Apostrophe into your Express project. Apostrophe also includes simple facilities for storing your r

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)); };