mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Widget demo: Replace 'go black' with 'go screen' to keep text readable
This commit is contained in:
parent
67f564014a
commit
004d768f3c
@ -150,11 +150,11 @@
|
|||||||
});
|
});
|
||||||
|
|
||||||
// click to set options after initialization
|
// click to set options after initialization
|
||||||
$( "#black" ).click( function() {
|
$( "#green" ).click( function() {
|
||||||
$( ":custom-colorize" ).colorize( "option", {
|
$( ":custom-colorize" ).colorize( "option", {
|
||||||
red: 0,
|
red: 64,
|
||||||
green: 0,
|
green: 250,
|
||||||
blue: 0
|
blue: 8
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
@ -167,7 +167,7 @@
|
|||||||
<div id="my-widget2">color me</div>
|
<div id="my-widget2">color me</div>
|
||||||
<div id="my-widget3">color me</div>
|
<div id="my-widget3">color me</div>
|
||||||
<button id="disable">Toggle disabled option</button>
|
<button id="disable">Toggle disabled option</button>
|
||||||
<button id="black">Go black</button>
|
<button id="green">Go green</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="demo-description">
|
<div class="demo-description">
|
||||||
|
Loading…
Reference in New Issue
Block a user