#82 closed bug (fixed)
.get() issues
Reported by: | Abdur-Rahman Advany | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | core | Version: | |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
The current code in the base only gives back an normale object instead of the handy methods...
The old code:
return i == null ? this.cur : this.cur[i];
replaces by:
return i == null ? $(this.cur) : $(this.cur[i]);
seem to work fine.
Change History (5)
comment:1 Changed 17 years ago by
Component: | ajax → core |
---|
comment:2 Changed 17 years ago by
Cc: | [email protected]… added |
---|
comment:3 Changed 17 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:4 Changed 16 years ago by
Cc: | Heidi added; [email protected]… removed |
---|---|
Component: | core → 1 |
Keywords: | Heidi added |
Milestone: | → 1 |
Priority: | major → 1 |
Summary: | $('document').get(x) behaves strange in Internet Explorer → Heidi |
Type: | bug → 1 |
Version: | → 1 |
comment:5 Changed 16 years ago by
Cc: | Heidi removed |
---|---|
Component: | 1 → core |
Keywords: | Heidi removed |
Milestone: | 1 |
Priority: | 1 → major |
Summary: | Heidi → .get() issues |
Type: | 1 → bug |
Version: | 1 |
Note: See
TracTickets for help on using
tickets.
well, could just use the inline syntax with eq