Bug Tracker

Modify

Ticket #9608 (closed bug: invalid)

Opened 2 years ago

Last modified 2 years ago

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

comment:1 Changed 2 years ago by timmywil

  • Priority changed from undecided to low
  • Resolution set to invalid
  • Status changed from new to closed
  • Component changed from unfiled to selector

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.

Please follow the  bug reporting guidlines and use  jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.