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 comment:1
component: | unfiled → core |
---|---|
priority: | undecided → low |
Changed November 05, 2012 06:26PM UTC by comment:2
So, does this mean...
- full documentation?
- full support?
If so...
-9001
Changed November 16, 2012 01:50PM UTC by comment:3
status: | new → open |
---|
Changed May 21, 2013 07:23AM UTC by comment:4
We should discuss it on the next meeting.
Changed June 29, 2013 07:37PM UTC by comment:5
resolution: | → notabug |
---|---|
status: | open → closed |
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.