0

I read a sample code I don't understand.

Do you know what || ">*" means in find function ?

$.fn.ignore = function (sel) {
    return this.clone().find(sel || ">*").remove().end();
};

What is the difference with find(sel) ?

jean
  • 33
  • 5

0 Answers0