Side navigation
#7476 closed bug (invalid)
Opened November 11, 2010 08:19PM UTC
Closed November 11, 2010 10:02PM UTC
Last modified November 12, 2010 12:57PM UTC
documentation error
Reported by: | maurizio.domba@pu.t-com.hr | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | 1.5 |
Component: | unfiled | Version: | 1.4.3 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Not sure if this is the right place... but just saw an error in the api documentation...
Page:
says that attribute value MUST be quoted, but when opening any of the selectors there says for the value that the quotes are mandatory
Attachments (0)
Change History (3)
Changed November 11, 2010 09:10PM UTC by comment:1
Changed November 11, 2010 10:02PM UTC by comment:2
description: | Not sure if this is the right place... but just saw an error in the api documentation... \ \ Page: http://api.jquery.com/category/selectors/attribute-selectors/ \ \ says that attribute value MUST be quoted, but when opening any of the selectors there says for the value that the quotes are mandatory → Not sure if this is the right place... but just saw an error in the api documentation... \ \ Page: \ \ says that attribute value MUST be quoted, but when opening any of the selectors there says for the value that the quotes are mandatory |
---|---|
resolution: | → invalid |
status: | new → closed |
Changed November 12, 2010 12:57PM UTC by comment:3
You're right... this example made me think wrong...
On the page: http://api.jquery.com/category/selectors/
there is an example: $("input[name=names\\\\[\\\\]]")
should it be then: $('input[name="names\\\\[\\\\]"]')
And where is the error? One page says they MUST be quoted and the other says quotes are mandatory. Which means the same thing.
mandatory means: required, obligatory.