mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Demos: Fix small typos
This commit is contained in:
parent
9fd0e86820
commit
32a00607f1
@ -51,7 +51,7 @@
|
||||
<div id="map"></div>
|
||||
|
||||
<div class="demo-description">
|
||||
<p>Google Maps integration, using spinners to change latidude and longitude.</p>
|
||||
<p>Google Maps integration, using spinners to change latitude and longitude.</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
@ -29,7 +29,7 @@
|
||||
|
||||
var tabs = $( "#tabs" ).tabs();
|
||||
|
||||
// modal dialog init: custom buttons and a "close" callback reseting the form inside
|
||||
// modal dialog init: custom buttons and a "close" callback resetting the form inside
|
||||
var dialog = $( "#dialog" ).dialog({
|
||||
autoOpen: false,
|
||||
modal: true,
|
||||
|
@ -107,7 +107,7 @@
|
||||
<button class="menu" data-icon="ui-icon-triangle-1-s">Add to favorites or playlist</button>
|
||||
</div>
|
||||
<button title="Share this video">Share</button>
|
||||
<button data-icon="ui-icon-alert">Flag as inappropiate</button>
|
||||
<button data-icon="ui-icon-alert">Flag as inappropriate</button>
|
||||
</div>
|
||||
|
||||
<div class="demo-description">
|
||||
|
@ -149,7 +149,7 @@
|
||||
}
|
||||
});
|
||||
|
||||
// click to set options after initalization
|
||||
// click to set options after initialization
|
||||
$( "#black" ).click( function() {
|
||||
$( ":custom-colorize" ).colorize( "option", {
|
||||
red: 0,
|
||||
|
Loading…
Reference in New Issue
Block a user