Skip to main content

Bug Tracker

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 anonymous comment:1

component: ajaxcore

Changed July 21, 2006 04:06PM UTC by anonymous comment:2

cc: → rails@advany.com

Changed July 21, 2006 04:11PM UTC by anonymous comment:3

resolution: → fixed
status: newclosed

well, could just use the inline syntax with eq

Changed August 14, 2006 09:12PM UTC by Heidi comment:4

cc: rails@advany.comHeidi
component: core1
keywords: → Heidi
milestone: → 1
priority: major1
summary: $('document').get(x) behaves strange in Internet ExplorerHeidi
type: bug1
version: → 1

Changed November 18, 2006 12:01AM UTC by john comment:5

cc: Heidi
component: 1core
keywords: Heidi
milestone: 1
priority: 1major
summary: Heidi.get() issues
type: 1bug
version: 1