Skip to content

Commit

Permalink
Demos: Fix miss spelling of caret as carat
Browse files Browse the repository at this point in the history
  • Loading branch information
arschmitz committed May 28, 2015
1 parent 2f43840 commit f1ba6a0
Show file tree
Hide file tree
Showing 67 changed files with 163 additions and 163 deletions.
64 changes: 32 additions & 32 deletions css/themes/default/jquery.mobile.icons.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions demos/_assets/js/h2widget.js
Expand Up @@ -130,9 +130,9 @@

h2dictionary[id] = text;
if(!first){
$(this).before( "<a href='#" + bodyid + "' class='jqm-deeplink ui-icon-carat-u ui-alt-icon'>Top</a>");
$(this).before( "<a href='#" + bodyid + "' class='jqm-deeplink ui-icon-caret-u ui-alt-icon'>Top</a>");
} else {
$(this).before("<a href='#' data-ajax='false' class='jqm-deeplink jqm-open-quicklink-panel ui-icon-carat-l ui-alt-icon'>Quick Links</a>");
$(this).before("<a href='#' data-ajax='false' class='jqm-deeplink jqm-open-quicklink-panel ui-icon-caret-l ui-alt-icon'>Quick Links</a>");
}
first = false;
});
Expand Down
2 changes: 1 addition & 1 deletion demos/_assets/js/jqm-demos.js
Expand Up @@ -233,7 +233,7 @@ $( document ).on( "mobileinit", function() {
enterToNav: function() {
var form = this.element.parent().find( "form" );

form.append( "<button type='submit' data-icon='carat-r' data-inline='true' class='ui-hidden-accessible' data-iconpos='notext'>Submit</button>" )
form.append( "<button type='submit' data-icon='caret-r' data-inline='true' class='ui-hidden-accessible' data-iconpos='notext'>Submit</button>" )
.parent()
.trigger( "create" );

Expand Down
2 changes: 1 addition & 1 deletion demos/_assets/js/view-source.js
Expand Up @@ -7,7 +7,7 @@ function attachPopupHandler( popup, sources ) {
collapsible, pre;

$.each( sources, function( idx, options ) {
collapsible = $( "<div data-role='collapsible' data-collapsed='true' data-theme='" + options.theme + "' data-iconpos='right' data-collapsed-icon='carat-l' data-expanded-icon='carat-d' data-content-theme='b'>" +
collapsible = $( "<div data-role='collapsible' data-collapsed='true' data-theme='" + options.theme + "' data-iconpos='right' data-collapsed-icon='caret-l' data-expanded-icon='caret-d' data-content-theme='b'>" +
"<h1>" + options.title + "</h1>" +
"<pre class='brush: " + options.brush + ";'></pre>" +
"</div>" );
Expand Down
6 changes: 3 additions & 3 deletions demos/backbone-requirejs/backbone-require.html
Expand Up @@ -21,13 +21,13 @@ <h1>Categories</h1>
<h2>Select a Category Below:</h2>
<ul data-role="listview" data-inset="true" class="ui-listview ui-listview-inset ui-corner-all ui-shadow">
<li class="ui-first-child">
<a href="#category?animals" class="animals ui-btn ui-btn-icon-right ui-icon-carat-r">Animals</a>
<a href="#category?animals" class="animals ui-btn ui-btn-icon-right ui-icon-caret-r">Animals</a>
</li>
<li>
<a href="#category?colors" class="colors ui-btn ui-btn-icon-right ui-icon-carat-r">Colors</a>
<a href="#category?colors" class="colors ui-btn ui-btn-icon-right ui-icon-caret-r">Colors</a>
</li>
<li class="ui-last-child">
<a href="#category?vehicles" class="vehicles ui-btn ui-btn-icon-right ui-icon-carat-r">Vehicles</a>
<a href="#category?vehicles" class="vehicles ui-btn ui-btn-icon-right ui-icon-caret-r">Vehicles</a>
</li>
</ul>
</div><!-- /content -->
Expand Down
2 changes: 1 addition & 1 deletion demos/backbone-requirejs/index.php
Expand Up @@ -38,7 +38,7 @@
</p>
<p>Although there is a high amount of developer interest with using jQuery Mobile, Backbone.js, and Require.js together, there is a high barrier of entry. Many users are confused about how to use the Backbone.js Router class object with the jQuery Mobile routing system.</p>

<a href="backbone-require.html" rel="external" class="ui-btn ui-btn-inline ui-corner-all ui-shadow ui-btn-icon-right ui-icon-carat-r">View example page</a>
<a href="backbone-require.html" rel="external" class="ui-btn ui-btn-inline ui-corner-all ui-shadow ui-btn-icon-right ui-icon-caret-r">View example page</a>

<h2>jQuery Mobile configuration</h2>

Expand Down
2 changes: 1 addition & 1 deletion demos/button-markup/index.php
Expand Up @@ -30,7 +30,7 @@

<div role="main" class="ui-content jqm-content">

<h1>Button markup <a href="http://api.jquerymobile.com/classes/" class="jqm-api-docs-link ui-btn ui-btn-icon-right ui-icon-carat-r ui-nodisc-icon ui-alt-icon ui-btn-inline ui-corner-all ui-mini">API</a></h1>
<h1>Button markup <a href="http://api.jquerymobile.com/classes/" class="jqm-api-docs-link ui-btn ui-btn-icon-right ui-icon-caret-r ui-nodisc-icon ui-alt-icon ui-btn-inline ui-corner-all ui-mini">API</a></h1>

<p>Add classes to style <code>a</code> and <code>button</code> elements. <code>input</code> buttons are enhanced by the button widget. See <a href="../button/" data-ajax="false">this page</a> for examples.</p>

Expand Down
2 changes: 1 addition & 1 deletion demos/button/index.php
Expand Up @@ -24,7 +24,7 @@

<div role="main" class="ui-content jqm-content">

<h1>Input buttons <a href="http://api.jquerymobile.com/button/" class="jqm-api-docs-link ui-btn ui-btn-icon-right ui-icon-carat-r ui-nodisc-icon ui-alt-icon ui-btn-inline ui-corner-all ui-mini">API</a></h1>
<h1>Input buttons <a href="http://api.jquerymobile.com/button/" class="jqm-api-docs-link ui-btn ui-btn-icon-right ui-icon-caret-r ui-nodisc-icon ui-alt-icon ui-btn-inline ui-corner-all ui-mini">API</a></h1>

<p>Examples of how to style input buttons; <code>input</code> elements with <code>type="button"</code>, <code>type="submit"</code>, or <code>type="reset"</code>. See <a href="../button-markup/">button markup</a> for examples of <code>a</code> and <code>button</code> elements.</p>

Expand Down
2 changes: 1 addition & 1 deletion demos/checkboxradio-checkbox/index.php
Expand Up @@ -24,7 +24,7 @@

<div role="main" class="ui-content jqm-content">

<h1>Checkbox <a href="http://api.jquerymobile.com/checkboxradio/" class="jqm-api-docs-link ui-btn ui-btn-icon-right ui-icon-carat-r ui-nodisc-icon ui-alt-icon ui-btn-inline ui-corner-all ui-mini">API</a></h1>
<h1>Checkbox <a href="http://api.jquerymobile.com/checkboxradio/" class="jqm-api-docs-link ui-btn ui-btn-icon-right ui-icon-caret-r ui-nodisc-icon ui-alt-icon ui-btn-inline ui-corner-all ui-mini">API</a></h1>

<p>Checkbox inputs are used to provide a list of options where more than one can be selected. Checkbox buttons are enhanced by the checkboxradio widget.</p>

Expand Down
2 changes: 1 addition & 1 deletion demos/checkboxradio-radio/index.php
Expand Up @@ -24,7 +24,7 @@

<div role="main" class="ui-content jqm-content">

<h1>Radio buttons <a href="http://api.jquerymobile.com/checkboxradio/" class="jqm-api-docs-link ui-btn ui-btn-icon-right ui-icon-carat-r ui-nodisc-icon ui-alt-icon ui-btn-inline ui-corner-all ui-mini">API</a></h1>
<h1>Radio buttons <a href="http://api.jquerymobile.com/checkboxradio/" class="jqm-api-docs-link ui-btn ui-btn-icon-right ui-icon-caret-r ui-nodisc-icon ui-alt-icon ui-btn-inline ui-corner-all ui-mini">API</a></h1>

<p>Radio inputs are used to provide a list of options where only a single option can be selected. Radio buttons are enhanced by the checkboxradio widget.</p>

Expand Down

0 comments on commit f1ba6a0

Please sign in to comment.