﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
12369	jQuery's .live() in post.js binds to all checkboxes	mdawaffe		"According to http://api.jquery.com/live/#caveats

> DOM traversal methods are not fully supported for finding elements to send to .live(). Rather, the .live() method should always be called directly after a selector, as in the example above.

post.js uses jQuery's traversal methods to select the taxonomy checkboxes and their corresponding popular checkboxes, causing live() to bind all checkboxes.

Attached switches the live() binding to a single selector.

NB: Attached only modifies post.dev.js.  SCRIPT_DEBUG necessary for testing, post.js should be generated by committer."	defect (bug)	closed	normal	3.0	Administration	3.0	major	fixed	has-patch commit	
