Opened 12 years ago
Closed 12 years ago
#9608 closed bug (invalid)
bad selection
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | low | Milestone: | 1.next |
Component: | selector | Version: | 1.6.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
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 (1)
comment:1 Changed 12 years ago by
Component: | unfiled → selector |
---|---|
Priority: | undecided → low |
Resolution: | → invalid |
Status: | new → closed |
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.