Is there a replacement selector for the jQuery Closest Selector. I noticed that it is deprecated in 1.7 and removed in 1.8. I am currently using it quite a bit in my JavaScript and I am anxious to find out if there is something similar that I could use effectively.
Share
Only the
.closest( selectors [, context ] )method signature was removed. Everything else is fine!