Skip to main content

Bug Tracker

Side navigation

#12851 closed feature (notabug)

Opened November 05, 2012 05:45PM UTC

Closed June 29, 2013 07:37PM UTC

Create a low-level "single-element API"

Reported by: dmethvin Owned by:
Priority: low Milestone: None
Component: core Version: 1.8.2
Keywords: Cc:
Blocked by: Blocking:
Description

Followup on discussion about having a low-level API that takes a single element and operates on it, essentially formalizing the $.data, $.text, $.attr methods but ensuring they are consistent with each other and with their higher-level jQuery-object methods.

Attachments (0)
Change History (5)

Changed November 05, 2012 05:46PM UTC by dmethvin comment:1

component: unfiledcore
priority: undecidedlow

Changed November 05, 2012 06:26PM UTC by rwaldron comment:2

So, does this mean...

  • full documentation?
  • full support?

If so...

-9001

Changed November 16, 2012 01:50PM UTC by dmethvin comment:3

status: newopen

Changed May 21, 2013 07:23AM UTC by m_gol comment:4

We should discuss it on the next meeting.

Changed June 29, 2013 07:37PM UTC by dmethvin comment:5

resolution: → notabug
status: openclosed

Looking at what modularity has bought us, I don't see a lot of size/perf gain to be had by doing this and there would be a LOT of refactoring needed on both branches.