Bug Tracker

Modify

Ticket #4021 (closed bug: invalid)

Opened 4 years ago

Last modified 4 years ago

selector '#myid inpit[type=myvalue]' fails in 1-3-1

Reported by: bayram Owned by:
Priority: major Milestone: 1.3.2
Component: unfiled Version: 1.3.1
Keywords: selector Cc:
Blocking: Blocked by:

Description

I create a small html document with a table and a "Disable" button. My table has 3 rows and 3 columns. The first column contains three radio buttons while other cells have simple texboxes. My purpose is to disable all radio buttons when the "Disable" button is clicked. I want to achieve this goal by binding disabling process to click event of the Disable button. I tried this example on jquery-1-2-6 - everything worked fine. However, the selector failed on the 1-3-1 version.

Attachments

test.php Download (1.4 KB) - added by bayram 4 years ago.

Change History

Changed 4 years ago by bayram

comment:1 Changed 4 years ago by dmethvin

  • Status changed from new to closed
  • Resolution set to invalid

The @ to specify attributes has been deprecated for some time, and was removed in 1.3. Remove the @ symbol and your example works fine in 1.3.

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.