Tip: Click lines to highlight, hold ctrl/cmd to multi-select
not in selector (14-Jan @ 00:11)
Syntax Highlighted Code
- jQuery.extend(jQuery.expr[":"], {
- notin: function (a, b, m) {
- return !!!jQuery(a).parents(m[3]).length;
- }
- });
Plain Code
jQuery.extend(jQuery.expr[":"], {
notin: function (a, b, m) {
return !!!jQuery(a).parents(m[3]).length;
}
});