Skip to main content

Bug Tracker

Side navigation

#12069 closed bug (invalid)

Opened July 12, 2012 10:46AM UTC

Closed July 12, 2012 12:30PM UTC

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

Reported by: thulasirams1986@gmail.com Owned by:
Priority: undecided Milestone: None
Component: unfiled Version: 1.7.2
Keywords: Cc:
Blocked by: Blocking:
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) {

});'''

Attachments (0)
Change History (1)

Changed July 12, 2012 12:30PM UTC by dmethvin comment:1

resolution: → invalid
status: newclosed

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