Opened 13 years ago
Closed 12 years ago
#5144 closed bug (invalid)
Spaces in Selector
Reported by: | spederiva | Owned by: | john |
---|---|---|---|
Priority: | low | Milestone: | 1.4 |
Component: | selector | Version: | 1.3.2 |
Keywords: | Cc: | [email protected]… | |
Blocked by: | Blocking: |
Description
When you add spaces in the selector you get a Exception.
Error Description: Line: 19 Error: Exception thrown and not caught.
Error factor example: $("input[id$ = '_txtInstituteName']")
$("input[id$[SPACE]=[SPACE]'_txtInstituteName']")
Solution, delete spaces: $("input[id$='_txtInstituteName']")
Change History (2)
comment:1 Changed 13 years ago by
comment:2 Changed 12 years ago by
Priority: | major → low |
---|---|
Resolution: | → invalid |
Status: | new → closed |
Solution, delete spaces: $("input[id$='_txtInstituteName']")
Note: See
TracTickets for help on using
tickets.
See also #5073