Modify ↓
Ticket #5454 (closed bug: invalid)
bug on ":contains(text) "
| Reported by: | chungnn | Owned by: | john |
|---|---|---|---|
| Priority: | major | Milestone: | 1.4 |
| Component: | selector | Version: | 1.3.2 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
- I used code ( http://docs.jquery.com/Selectors/contains#text):
$("div:contains('John')").css("text-decoration", "underline");
- But all the divs are underline
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.

Please reopen with a complete test case (both script and html) that demonstrates the problem. You may want to ask for help on the jQuery forums first to be sure this is really a bug.