Modify ↓
Ticket #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: | spederiva@… | |
| Blocking: | Blocked by: |
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
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.

See also #5073