Side navigation
#82 closed bug (fixed)
Opened July 21, 2006 04:03PM UTC
Closed July 21, 2006 04:11PM UTC
Last modified June 20, 2007 02:25AM UTC
.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.
Attachments (0)
Change History (5)
Changed July 21, 2006 04:05PM UTC by comment:1
component: | ajax → core |
---|
Changed July 21, 2006 04:06PM UTC by comment:2
cc: | → rails@advany.com |
---|
Changed July 21, 2006 04:11PM UTC by comment:3
resolution: | → fixed |
---|---|
status: | new → closed |
Changed August 14, 2006 09:12PM UTC by comment:4
cc: | rails@advany.com → Heidi |
---|---|
component: | core → 1 |
keywords: | → Heidi |
milestone: | → 1 |
priority: | major → 1 |
summary: | $('document').get(x) behaves strange in Internet Explorer → Heidi |
type: | bug → 1 |
version: | → 1 |
Changed November 18, 2006 12:01AM UTC by comment:5
cc: | Heidi |
---|---|
component: | 1 → core |
keywords: | Heidi |
milestone: | 1 |
priority: | 1 → major |
summary: | Heidi → .get() issues |
type: | 1 → bug |
version: | 1 |
well, could just use the inline syntax with eq