Yeah the problem is…there’ll be lots of different editable inputs, so I only want to target the ones that are relevant - without too much code (if possible) . May be able to do data or check with assigned class on span, but then I think code is getting unnecessarily long
Yeah, this makes sense. Thanks. I’ll try come up with something
Given a jQuery object that represents a set of DOM elements, the .find() method allows us to search through the descendants of these elements in the DOM tree and construct a new jQuery object from the matching elements. The .find() and .children() methods are similar, except that the latter only travels a single level down the DOM tree.