Side navigation
#9816 closed bug (invalid)
Opened July 13, 2011 11:53AM UTC
Closed July 13, 2011 12:34PM UTC
("#checkbox").each(function(){}); doesn't stop on particular condition
| Reported by: | gauravs@vrvirtual.com | Owned by: | |
|---|---|---|---|
| Priority: | low | Milestone: | None | 
| Component: | core | Version: | 1.4.2 | 
| Keywords: | Cc: | ||
| Blocked by: | Blocking: | 
Description
I use this ("#checkbox").each(function(){}); when there are multiple instances of checkbox in my form. if I check a particular condition it should stop at that particular condition on return false statement. but it moves to next checkbox
Attachments (0)
Change History (1)
Changed July 13, 2011 12:34PM UTC by comment:1
| component: | unfiled → core | 
|---|---|
| priority: | undecided → low | 
| resolution: | → invalid | 
| status: | new → closed | 
There can only be one element with
id="checkbox"so if your example is shown there correctly the document would be invalid -- duplicate IDs. Please ask for help on the forum, and if there is consensus you have uncovered a jQuery core bug then create a new ticket with a specific description and test case. Thanks!http://forum.jquery.com