mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Button: Whitespace
This commit is contained in:
parent
23d7d50f37
commit
5f11f55f61
@ -41,13 +41,13 @@ test("disabled, null", function() {
|
|||||||
test( "disabled, ui-state-active is removed unless checkbox or radio", function() {
|
test( "disabled, ui-state-active is removed unless checkbox or radio", function() {
|
||||||
expect( 12 );
|
expect( 12 );
|
||||||
var elements = [
|
var elements = [
|
||||||
$( "<input type='button'>" ),
|
$( "<input type='button'>" ),
|
||||||
$( "<button></button>" ),
|
$( "<button></button>" ),
|
||||||
$( "<a></a>" ),
|
$( "<a></a>" ),
|
||||||
$( "<div></div>" ),
|
$( "<div></div>" ),
|
||||||
$( "<input type='checkbox' id='checkbox' checked><label for='checkbox'></label>" ),
|
$( "<input type='checkbox' id='checkbox' checked><label for='checkbox'></label>" ),
|
||||||
$( "<input type='radio' id='radio' checked><label for='radio'></label>" )
|
$( "<input type='radio' id='radio' checked><label for='radio'></label>" )
|
||||||
];
|
];
|
||||||
|
|
||||||
$.each( elements, function() {
|
$.each( elements, function() {
|
||||||
var element = $( this ).first().button(),
|
var element = $( this ).first().button(),
|
||||||
|
Loading…
Reference in New Issue
Block a user