Home | History | Annotate | Download | only in flot

Lines Matching refs:checkbox

1260 	div.innerHTML = "  <link/><table></table><a href='/a'>a</a><input type='checkbox'/>";
1304 // Make sure that if no value is specified for a checkbox
1385 // Check if a disconnected checkbox will retain its checked
2608 jQuery.each([ "radio", "checkbox" ], function() {
2617 jQuery.each([ "radio", "checkbox" ], function() {
3399 // IE change delegation and checkbox/radio fix
3410 if ( this.type === "checkbox" || this.type === "radio" ) {
3444 // Swallow native change events from checkbox/radio, we already triggered them above
3445 if ( this !== elem || event.isSimulated || event.isTrigger || (elem.type !== "radio" && elem.type !== "checkbox") ) {
4491 "checkbox": createInputPseudo("checkbox"),
5674 rcheckableType = /^(?:checkbox|radio)$/,
6103 // IE6-8 fails to persist the checked state of a cloned checkbox
6110 // checkbox/radio button to an empty string instead of "on"