Skip to main content

Bug Tracker

Side navigation

#9608 closed bug (invalid)

Opened June 17, 2011 11:08AM UTC

Closed June 17, 2011 01:22PM UTC

bad selection

Reported by: pav_594@mail.ru 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

Attachments (0)
Change History (1)

Changed June 17, 2011 01:22PM UTC by timmywil comment:1

component: unfiledselector
priority: undecidedlow
resolution: → invalid
status: newclosed

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.