Modify ↓
Ticket #9608 (closed bug: invalid)
bad selection
| Reported by: | pav_594@… | Owned by: | |
|---|---|---|---|
| Priority: | low | Milestone: | 1.next |
| Component: | selector | Version: | 1.6.1 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
Hello. I am beginner in jquery. When i make selection like this $('img[src *= logo.jpg]'); it didn't work, but when i did it like this $('img[src *= logo]'); it work. In last version of jquery 1 variant worked. Sorry for my English
Change History
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.

Seems to work fine. Keep in mind the attribute value should be quoted and there should be no spaces. http://jsfiddle.net/timmywil/n9SGa/ You can find support on the forums or the #jquery irc channel.