Side navigation
#12802 closed bug (invalid)
Opened October 29, 2012 04:46PM UTC
Closed November 13, 2012 08:56AM UTC
Attribute Ends With Selector not working latest version of jquery
Reported by: | faisal.mirza@redtechnology.com | Owned by: | faisal.mirza@redtechnology.com |
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | selector | Version: | 1.8.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Attribute Ends With Selector [name$="value"] is not working for latest version of jquery. can you help me with this?
Attachments (0)
Change History (5)
Changed October 29, 2012 04:49PM UTC by comment:1
Changed October 29, 2012 04:56PM UTC by comment:2
i am trying the following selector
[select[id$=country]
Changed October 29, 2012 06:17PM UTC by comment:3
You need to quote the value, just like you did in [name$="value"].
Changed October 29, 2012 07:12PM UTC by comment:4
component: | unfiled → selector |
---|---|
owner: | → faisal.mirza@redtechnology.com |
status: | new → pending |
Thanks for taking the time to contribute to the jQuery project! Please provide a complete reduced test case on jsFiddle to help us assess your ticket.
Additionally, be sure to test against the jQuery Edge version to ensure the issue still exists. To get you started, use this boilerplate: http://jsfiddle.net/FrKyN/. Open the link and click to "Fork" (in the top menu) to get started.
Changed November 13, 2012 08:56AM UTC by comment:5
resolution: | → invalid |
---|---|
status: | pending → closed |
Because we get so many tickets, we often need to return them to the initial reporter for more information. If that person does not reply within 14 days, the ticket will automatically be closed, and that has happened in this case. If you still are interested in pursuing this issue, feel free to add a comment with the requested information and we will be happy to reopen the ticket if it is still valid. Thanks!
it works fine with 1.3.2.