#7476 closed bug (invalid)
documentation error
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | undecided | Milestone: | 1.5 |
Component: | unfiled | Version: | 1.4.3 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description (last modified by )
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
Change History (3)
comment:1 Changed 12 years ago by
comment:2 Changed 12 years ago by
Description: | modified (diff) |
---|---|
Resolution: | → invalid |
Status: | new → closed |
comment:3 Changed 12 years ago by
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
[
]"]')
Note: See
TracTickets for help on using
tickets.
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.