Skip to main content

Bug Tracker

Side navigation

#14027 closed feature (plugin)

Opened June 16, 2013 04:03AM UTC

Closed June 16, 2013 04:38AM UTC

Last modified June 16, 2013 04:40AM UTC

New feature: ancestor()

Reported by: anonymous Owned by:
Priority: undecided Milestone: None
Component: unfiled Version: 2.0.2
Keywords: Cc:
Blocked by: Blocking:
Description

A new feature that could have some use is the ancestor() feature which returns the nearest common ancestor of all the elements within a jQuery array. Supported on all major browsers (even IE 9) it has a low profile while adding extra functionality (ive) not seen before. It will only return one jQuery element at most, additional elements only broadens the scope at which it will search for the common ancestor.

http://jsfiddle.net/y5tPr/

I'm not sure if jQuery 1.9 is still being supported so haven't included the IE<9 code with it. Also, I believe the namespace may cause some headaches as its a generic term used for parents more than one tier up, so that can be changed without a problem.

Attachments (0)
Change History (2)

Changed June 16, 2013 04:38AM UTC by dmethvin comment:1

resolution: → plugin
status: newclosed

Could be a great plugin. Build it and show that a lot of people need it.

Changed June 16, 2013 04:40AM UTC by dmethvin comment:2

#14026 is a duplicate of this ticket.