Home | History | Annotate | Download | only in flot

Lines Matching refs:optgroup

1310 		// (WebKit defaults to false instead of true, IE too, if it's in an optgroup)
2237 // Don't return options that are disabled or in a disabled optgroup
2239 ( !option.parentNode.disabled || !jQuery.nodeName( option.parentNode, "optgroup" ) ) ) {
5692 wrapMap.optgroup = wrapMap.option;