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)
Change History (1)
Changed February 02, 2010 01:33PM UTC by comment:1
resolution: | → invalid |
---|---|
status: | new → closed |
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.