Modify ↓
Ticket #7476 (closed bug: invalid)
documentation error
| Reported by: | maurizio.domba@… | Owned by: | |
|---|---|---|---|
| Priority: | undecided | Milestone: | 1.5 |
| Component: | unfiled | Version: | 1.4.3 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description (last modified by rwaldron) (diff)
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
comment:2 Changed 3 years ago by rwaldron
- Status changed from new to closed
- Resolution set to invalid
- Description modified (diff)
comment:3 Changed 3 years ago by maurizio.domba@…
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
[
]"]')
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
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.