Skip to main content

Bug Tracker

Side navigation

#7429 closed bug (invalid)

Opened November 07, 2010 06:24PM UTC

Closed November 07, 2010 07:46PM UTC

Last modified October 04, 2011 02:31AM UTC

$('#myId') returns an array

Reported by: the.garbage.demon@gmail.com Owned by:
Priority: undecided Milestone: 1.5
Component: unfiled Version: 1.4.3
Keywords: jqueries Cc:
Blocked by: Blocking:
Description

$('#myId') returns an array. It's totally illogical. I'm asking for a unique element !

I though Jquery was a good choice...but if even the more basic element of the selector system of Jquery makes no senses at all...i'll change.

Attachments (0)
Change History (2)

Changed November 07, 2010 07:46PM UTC by snover comment:1

_comment0: Thanks for the report, but this is not a bug. jQuery functions return jQuery objects. Please [http://api.jquery.com read the API] and [http://docs.jquery.com general documentation]. In the future, use the [http://forum.jquery.com jQuery Forum] for support requests.1289159253271394
resolution: → invalid
status: newclosed

Thanks for the report, but this is not a bug. jQuery functions return jQuery objects. Please read the API and general documentation. In the future, use the jQuery Forum for support requests. Also, in general, if you want to get any sort of assistance at all from a project, threatening to use something else is not likely to win you any friends—and nobody really cares.

Changed October 04, 2011 02:31AM UTC by dmethvin comment:2

keywords: → jqueries