Bug Tracker

Modify

Ticket #12069 (closed bug: invalid)

Opened 10 months ago

Last modified 10 months ago

change event is not working when i add .not()

Reported by: thulasirams1986@… Owned by:
Priority: undecided Milestone: None
Component: unfiled Version: 1.7.2
Keywords: Cc:
Blocking: Blocked by:

Description

not working:

$('#form').find('input[name], textarea[name], select[name]').not('.BackSpace').live('change keyup', function (event) { });

working :

$('#form').find('input[name]:not(.BackSpace), textarea[name], select[name]').live('change keyup', function (event) { });

Change History

comment:1 Changed 10 months ago by dmethvin

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

You're using .live() wrong. Please ask for help on a forum.

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.