Side navigation
#3991 closed bug (duplicate)
Opened January 26, 2009 10:21AM UTC
Closed February 08, 2009 06:40PM UTC
Selector [attribute=""] doesn't work
Reported by: | glavic | Owned by: | john |
---|---|---|---|
Priority: | major | Milestone: | 1.3.1 |
Component: | selector | Version: | 1.3.1 |
Keywords: | attribute | Cc: | |
Blocked by: | Blocking: |
Description
$('form input[value=""]) or $('form input[value!=""]) doesn't work.
It outputs exception:
[Exception... "'Syntax error, unrecognized expression: value=""]' when calling method: [nsIDOMEventListener::handleEvent]" nsresult: "0x8057001e (NS_ERROR_XPC_JS_THREW_STRING)" location: "<unknown>" data: no]
This is a duplicate of #3990