Skip to main content

Bug Tracker

Side navigation

#6008 closed bug (invalid)

Opened February 02, 2010 07:56AM UTC

Closed February 02, 2010 01:33PM UTC

Multiple Selector (“selector1, selector2, selectorN”) error

Reported by: niceguyblue Owned by:
Priority: major Milestone: 1.4.2
Component: unfiled Version: 1.3.1
Keywords: Cc:
Blocked by: Blocking:
Description

$("#form-part4,#form-part5,#form-part6,#form-part7,#form-part8,#form-part9,#form-part10,#form-part11,#form-part12").submit(function(){

alert(this.id)

});

here each id is a individual form but for #form-part10,#form-part11,#form-part12 is taking them together.

Attachments (2)
  • index.php (52.5 KB) - added by niceguyblue February 02, 2010 08:39AM UTC.
  • questionair.php (0.0 KB) - added by niceguyblue February 02, 2010 08:39AM UTC.
Change History (1)

Changed February 02, 2010 01:33PM UTC by john comment:1

resolution: → invalid
status: newclosed

That's because you forgot to close the form for form-part10 after the table - it continues on and encompasses the other forms as well.