Skip to main content

Bug Tracker

Side navigation

#5454 closed bug (invalid)

Opened November 05, 2009 07:45AM UTC

Closed November 05, 2009 05:29PM UTC

bug on ":contains(text) "

Reported by: chungnn Owned by: john
Priority: major Milestone: 1.4
Component: selector Version: 1.3.2
Keywords: Cc:
Blocked by: Blocking:
Description

1. I used code (http://docs.jquery.com/Selectors/contains#text):

$("div:contains('John')").css("text-decoration", "underline");

2. But all the divs are underline

Attachments (0)
Change History (1)

Changed November 05, 2009 05:29PM UTC by dmethvin comment:1

resolution: → invalid
status: newclosed

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.