Changes between Initial Version and Version 1 of Ticket #15148, comment 4
- Timestamp:
- Jun 21, 2014, 10:42:47 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #15148, comment 4
initial v1 5 5 So much so, while it may fill a small hole for edge cases, it may also not be needed. The same result is achieved by: 6 6 7 $(any).find(Select).not($(any).find(Mask).find(Select)) 7 el=$(anything); 8 el.find(Select).not(el.find(Mask).find(Select)); 8 9 9 10 In case anyone happens to arrive here via search or have a similar problem.