Bug Tracker

Modify

Ticket #5144 (closed bug: invalid)

Opened 4 years ago

Last modified 3 years ago

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

comment:1 Changed 4 years ago by dmethvin

See also #5073

comment:2 Changed 3 years ago by rwaldron

  • Priority changed from major to low
  • Status changed from new to closed
  • Resolution set to invalid

Solution, delete spaces: $("input[id$='_txtInstituteName']")

Please follow the  bug reporting guidlines and use  jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.