Skip to content

All Pages: Change 'Javascript' to 'JavaScript' #3306

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/about/change-history/change-history.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ <h1>Change History</h1>
<li>Improved support for high contrast settings and added detailed documentation of high contrast support in many examples.</li>
<li>Improved support for touch-based screen readers in several examples, most notably in sliders.</li>
<li>Due to change in ARIA 1.2, removed Math role from list of roles that have presentational children.</li>
<li>Developed a <a href="https://github.com/w3c/aria-practices/wiki/Code-Guide#apg-coding-standards">comprehensive set of coding standards for HTML, CSS, and Javascript</a> for the APG and updated a significant portion of content to conform with the standards.</li>
<li>Developed a <a href="https://github.com/w3c/aria-practices/wiki/Code-Guide#apg-coding-standards">comprehensive set of coding standards for HTML, CSS, and JavaScript</a> for the APG and updated a significant portion of content to conform with the standards.</li>
<li>In response to feedback, fixed many documentation errors and functional bugs in examples.</li>
</ul>
<p>Comprehensive lists of closed issues included in APG 1.2 release 1 are tracked in the following GitHub milestones.</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1339,9 +1339,9 @@ <h3 id="example_coding_practices">Coding Practices</h3>
<th>Uses <code>event.which</code></th>
<th>High Contrast Documentation</th>
<th>Example Code ID</th>
<th>Roles in Javascript and HTML</th>
<th>Roles in JavaScript and HTML</th>
<th>Roles in Documentation</th>
<th>aria-* Attributes in Javascript and HTML</th>
<th>aria-* Attributes in JavaScript and HTML</th>
<th>aria-* Attributes in Documentation</th>
<th>Differences between the documentation and the source code.</th>
</tr>
Expand Down
2 changes: 1 addition & 1 deletion content/patterns/alert/examples/alert.html
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ <h2>JavaScript and CSS Source Code</h2>
<a href="css/alert.css" type="tex/css">alert.css</a>
</li>
<li>
Javascript:
JavaScript:
<a href="js/alert.js" type="text/javascript">alert.js</a>
</li>
</ul>
Expand Down
4 changes: 2 additions & 2 deletions content/patterns/alertdialog/examples/alertdialog.html
Original file line number Diff line number Diff line change
Expand Up @@ -226,10 +226,10 @@ <h3>Notes on <code>aria-modal</code> and <code>aria-hidden</code></h3>
</section>

<section>
<h2 id="src_label">Javascript and CSS Source Code</h2>
<h2 id="src_label">JavaScript and CSS Source Code</h2>
<ul id="css_js_files">
<li>CSS: <a href="css/alertdialog.css" type="text/css">alertdialog.css</a></li>
<li>Javascript: <a href="js/alertdialog.js" type="text/javascript">alertdialog.js</a>, <a href="../../../shared/js/utils.js">utils.js</a></li>
<li>JavaScript: <a href="js/alertdialog.js" type="text/javascript">alertdialog.js</a>, <a href="../../../shared/js/utils.js">utils.js</a></li>
</ul>
</section>

Expand Down
2 changes: 1 addition & 1 deletion content/patterns/button/examples/button.html
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ <h2>JavaScript and CSS Source Code</h2>
<a href="css/button.css" type="text/css">button.css</a>
</li>
<li>
Javascript:
JavaScript:
<a href="js/button.js" type="text/javascript">button.js</a>
</li>
</ul>
Expand Down
2 changes: 1 addition & 1 deletion content/patterns/button/examples/button_idl.html
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ <h2>JavaScript and CSS Source Code</h2>
<a href="css/button.css" type="text/css">button.css</a>
</li>
<li>
Javascript:
JavaScript:
<a href="js/button_idl.js" type="text/javascript">button_idl.js</a>
</li>
</ul>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,7 @@ <h2 id="rps_label">Role, Property, State, and Tabindex Attributes</h2>
<h2>JavaScript and CSS Source Code</h2>
<ul id="css_js_files">
<li>CSS: <a href="css/carousel-prev-next.css" type="text/css">carousel-prev-next.css</a></li>
<li>Javascript: <a href="js/carousel-prev-next.js" type="text/javascript">carousel-prev-next.js</a></li>
<li>JavaScript: <a href="js/carousel-prev-next.js" type="text/javascript">carousel-prev-next.js</a></li>
</ul>
</section>

Expand Down
2 changes: 1 addition & 1 deletion content/patterns/carousel/examples/carousel-2-tablist.html
Original file line number Diff line number Diff line change
Expand Up @@ -706,7 +706,7 @@ <h3 id="rps_label_2">Tabs</h3>
<h2>JavaScript and CSS Source Code</h2>
<ul id="css_js_files">
<li>CSS: <a href="css/carousel-tablist.css" type="text/css">carousel-tablist.css</a></li>
<li>Javascript: <a href="js/carousel-tablist.js" type="text/javascript">carousel-tablist.js</a></li>
<li>JavaScript: <a href="js/carousel-tablist.js" type="text/javascript">carousel-tablist.js</a></li>
</ul>
</section>

Expand Down
2 changes: 1 addition & 1 deletion content/patterns/checkbox/examples/checkbox-mixed.html
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ <h2 id="rps_label">Role, Property, State, and Tabindex Attributes</h2>
<h2>JavaScript and CSS Source Code</h2>
<ul id="css_js_files">
<li>CSS: <a href="css/checkbox-mixed.css" type="text/css">checkbox-mixed.css</a></li>
<li>Javascript: <a href="js/checkbox-mixed.js" type="text/javascript">checkbox-mixed.js</a></li>
<li>JavaScript: <a href="js/checkbox-mixed.js" type="text/javascript">checkbox-mixed.js</a></li>
</ul>
</section>

Expand Down
2 changes: 1 addition & 1 deletion content/patterns/checkbox/examples/checkbox.html
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ <h2 id="rps_label">Role, Property, State, and Tabindex Attributes</h2>
<h2>JavaScript and CSS Source Code</h2>
<ul id="css_js_files">
<li>CSS: <a href="css/checkbox.css" type="text/css">checkbox.css</a></li>
<li>Javascript: <a href="js/checkbox.js" type="text/javascript">checkbox.js</a></li>
<li>JavaScript: <a href="js/checkbox.js" type="text/javascript">checkbox.js</a></li>
</ul>
</section>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,7 @@ <h2>JavaScript and CSS Source Code</h2>
<a href="css/combobox-autocomplete.css" type="text/css">combobox-autocomplete.css</a>
</li>
<li>
Javascript:
JavaScript:
<a href="js/combobox-autocomplete.js" type="text/javascript">combobox-autocomplete.js</a>
</li>
</ul>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,7 @@ <h2>JavaScript and CSS Source Code</h2>
<a href="css/combobox-autocomplete.css" type="text/css">combobox-autocomplete.css</a>
</li>
<li>
Javascript:
JavaScript:
<a href="js/combobox-autocomplete.js" type="text/javascript">combobox-autocomplete.js</a>
</li>
</ul>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ <h2>JavaScript and CSS Source Code</h2>
<a href="css/combobox-autocomplete.css" type="text/css">combobox-autocomplete.css</a>
</li>
<li>
Javascript:
JavaScript:
<a href="js/combobox-autocomplete.js" type="text/javascript">combobox-autocomplete.js</a>
</li>
</ul>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -704,7 +704,7 @@ <h2>JavaScript and CSS Source Code</h2>
<a href="css/combobox-datepicker.css" type="text/css">combobox-datepicker.css</a>
</li>
<li>
Javascript:
JavaScript:
<a href="js/combobox-datepicker.js" type="text/javascript">combobox-datepicker.js</a>
</li>
</ul>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ <h2>JavaScript and CSS Source Code</h2>
<a href="css/select-only.css" type="text/css">select-only.css</a>
</li>
<li>
Javascript:
JavaScript:
<a href="js/select-only.js" type="text/javascript">select-only.js</a>
</li>
</ul>
Expand Down
2 changes: 1 addition & 1 deletion content/patterns/combobox/examples/grid-combo.html
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ <h3 id="rps_label_popup">Grid Popup</h3>
<h2>JavaScript and CSS Source Code</h2>
<ul id="css_js_files">
<li>CSS: <a href="css/grid-combo.css" type="tex/css">grid-combo.css</a></li>
<li>Javascript: <a href="js/grid-combo.js">grid-combo.js</a>, <a href="js/grid-combo-example.js">grid-combo-example.js</a>, <a href="../../../shared/js/utils.js">utils.js</a></li>
<li>JavaScript: <a href="js/grid-combo.js">grid-combo.js</a>, <a href="js/grid-combo-example.js">grid-combo-example.js</a>, <a href="../../../shared/js/utils.js">utils.js</a></li>
</ul>
</section>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -638,7 +638,7 @@ <h2>JavaScript and CSS Source Code</h2>
<a href="css/datepicker-dialog.css" type="text/css">datepicker-dialog.css</a>
</li>
<li>
Javascript:
JavaScript:
<a href="js/datepicker-dialog.js" type="text/javascript">datepicker-dialog.js</a>
</li>
</ul>
Expand Down
2 changes: 1 addition & 1 deletion content/patterns/dialog-modal/examples/dialog.html
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ <h2>JavaScript and CSS Source Code</h2>
<a href="css/dialog.css" type="text/css">dialog.css</a>
</li>
<li>
Javascript:
JavaScript:
<a href="js/dialog.js" type="text/javascript">dialog.js</a>,
<a href="../../../shared/js/utils.js">utils.js</a>
</li>
Expand Down
2 changes: 1 addition & 1 deletion content/patterns/disclosure/examples/disclosure-faq.html
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ <h2>JavaScript and CSS Source Code</h2>
<a href="css/disclosure-faq.css" type="tex/css">disclosure-faq.css</a>
</li>
<li>
Javascript:
JavaScript:
<a href="js/disclosure-button.js" type="text/javascript">disclosureButton.js</a>
</li>
</ul>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ <h2>JavaScript and CSS Source Code</h2>
<a href="css/disclosure-image-description.css" type="tex/css">disclosure-img-long-description.css</a>
</li>
<li>
Javascript:
JavaScript:
<a href="js/disclosure-button.js" type="text/javascript">disclosureButton.js</a>
</li>
</ul>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ <h2>JavaScript and CSS Source Code</h2>
<a href="css/disclosure-navigation.css" type="tex/css">disclosure-navigation.css</a>
</li>
<li>
Javascript:
JavaScript:
<a href="js/disclosureMenu.js" type="text/javascript">disclosureMenu.js</a>
</li>
</ul>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ <h2>JavaScript and CSS Source Code</h2>
<a href="css/disclosure-navigation.css">disclosure-navigation.css</a>
</li>
<li>
Javascript:
JavaScript:
<a href="js/disclosureMenu.js">disclosureMenu.js</a>
</li>
</ul>
Expand Down
4 changes: 2 additions & 2 deletions content/patterns/feed/examples/feed.html
Original file line number Diff line number Diff line change
Expand Up @@ -204,10 +204,10 @@ <h2 id="rps_label">Role, Property, State, and Tabindex Attributes</h2>

<section>
<h2>JavaScript and CSS Source Code</h2>
<p>The following Javascript and CSS is used by the feed-display.html page:</p>
<p>The following JavaScript and CSS is used by the feed-display.html page:</p>
<ul id="css_js_files">
<li>CSS: <a href="css/feedDisplay.css" type="tex/css">feedDisplay.css</a></li>
<li>Javascript: <a href="js/feed.js" type="text/javascript">feed.js</a>, <a href="js/feedDisplay.js" type="text/javascript">feedDisplay.js</a>, <a href="js/main.js" type="text/javascript">main.js</a>, <a href="../../../shared/js/utils.js">utils.js</a></li>
<li>JavaScript: <a href="js/feed.js" type="text/javascript">feed.js</a>, <a href="js/feedDisplay.js" type="text/javascript">feedDisplay.js</a>, <a href="js/main.js" type="text/javascript">main.js</a>, <a href="../../../shared/js/utils.js">utils.js</a></li>
</ul>
</section>

Expand Down
2 changes: 1 addition & 1 deletion content/patterns/grid/examples/advanced-data-grid.html
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ <h2>JavaScript and CSS Source Code</h2>
<!--a href="css/example_name.css" type="tex/css">example_name.css</a-->
</li>
<li>
Javascript:
JavaScript:
<!--a href="js/example_name.js" type="text/javascript">example_name.js</a-->
</li>
</ul>
Expand Down
2 changes: 1 addition & 1 deletion content/patterns/link/examples/link.html
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ <h2>JavaScript and CSS Source Code</h2>
<a href="css/link.css" type="tex/css">link.css</a>
</li>
<li>
Javascript:
JavaScript:
<a href="js/link.js" type="text/javascript">link.js</a>
</li>
</ul>
Expand Down
2 changes: 1 addition & 1 deletion content/patterns/listbox/examples/listbox-collapsible.html
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ <h2>JavaScript and CSS Source Code</h2>
<a href="css/listbox.css" type="tex/css">listbox.css</a>
</li>
<li>
Javascript:
JavaScript:
<a href="js/listbox.js" type="text/javascript">listbox.js</a>, <a href="js/listbox-collapsible.js" type="text/javascript">listbox-collapsible.js</a>
</li>
</ul>
Expand Down
2 changes: 1 addition & 1 deletion content/patterns/listbox/examples/listbox-grouped.html
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ <h2>JavaScript and CSS Source Code</h2>
<a href="css/listbox.css" type="tex/css">listbox.css</a>
</li>
<li>
Javascript:
JavaScript:
<a href="js/listbox.js" type="text/javascript">listbox.js</a>, <a href="js/listbox-scrollable.js" type="text/javascript">listbox-scrollable.js</a>
</li>
</ul>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,7 @@ <h2>JavaScript and CSS Source Code</h2>
<a href="css/listbox.css" type="tex/css">listbox.css</a>
</li>
<li>
Javascript:
JavaScript:
<a href="js/listbox.js" type="text/javascript">listbox.js</a>, <a href="js/toolbar.js" type="text/javascript">toolbar.js</a>, <a href="js/listbox-rearrangeable.js" type="text/javascript">listbox-rearrangeable.js</a>
</li>
</ul>
Expand Down
2 changes: 1 addition & 1 deletion content/patterns/listbox/examples/listbox-scrollable.html
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ <h2>JavaScript and CSS Source Code</h2>
<a href="css/listbox.css" type="tex/css">listbox.css</a>
</li>
<li>
Javascript:
JavaScript:
<a href="js/listbox.js" type="text/javascript">listbox.js</a>, <a href="js/listbox-scrollable.js" type="text/javascript">listbox-scrollable.js</a>
</li>
</ul>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ <h2>JavaScript and CSS Source Code</h2>

<ul id="css_js_files">
<li>CSS: <a href="css/menu-button-actions.css" type="text/css">menu-button-actions.css</a></li>
<li>Javascript: <a href="js/menu-button-actions-active-descendant.js" type="text/javascript">menu-button-actions-active-descendant.js</a></li>
<li>JavaScript: <a href="js/menu-button-actions-active-descendant.js" type="text/javascript">menu-button-actions-active-descendant.js</a></li>
</ul>
</section>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ <h2>JavaScript and CSS Source Code</h2>

<ul id="css_js_files">
<li>CSS: <a href="css/menu-button-actions.css" type="text/css">menu-button-actions.css</a></li>
<li>Javascript: <a href="js/menu-button-actions.js" type="text/javascript">menu-button-actions.js</a></li>
<li>JavaScript: <a href="js/menu-button-actions.js" type="text/javascript">menu-button-actions.js</a></li>
</ul>
</section>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ <h2>JavaScript and CSS Source Code</h2>

<ul id="css_js_files">
<li>CSS: <a href="css/menu-button-links.css" type="text/css">menu-button-links.css</a></li>
<li>Javascript: <a href="js/menu-button-links.js" type="text/javascript">menu-button-links.js</a></li>
<li>JavaScript: <a href="js/menu-button-links.js" type="text/javascript">menu-button-links.js</a></li>
</ul>
</section>

Expand Down
4 changes: 2 additions & 2 deletions content/patterns/menubar/examples/menubar-editor.html
Original file line number Diff line number Diff line change
Expand Up @@ -775,8 +775,8 @@ <h2>JavaScript and CSS Source Code</h2>
CSS:
<a href="css/menubar-editor.css" type="tex/css">menubar-editor.css</a>
</li>
<li>Javascript: <a href="js/menubar-editor.js" type="text/javascript">menubar-editor.js</a></li>
<li>Javascript: <a href="js/style-manager.js" type="text/javascript">style-manager.js</a></li>
<li>JavaScript: <a href="js/menubar-editor.js" type="text/javascript">menubar-editor.js</a></li>
<li>JavaScript: <a href="js/style-manager.js" type="text/javascript">style-manager.js</a></li>
</ul>
</section>

Expand Down
2 changes: 1 addition & 1 deletion content/patterns/menubar/examples/menubar-navigation.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
<!-- NOTE: In an actual website, the header element would be a top level element, i.e., it would have the body as its scope.
If the scope of the header element were body, browsers would automatically treat the header as an ARIA banner,
so the header would not need the role="banner". -->
<header role="banner">

Check warning on line 69 in content/patterns/menubar/examples/menubar-navigation.html

View workflow job for this annotation

GitHub Actions / lint-html

The “banner” role is unnecessary for element “header”.
<div class="title">Mythical University</div>
<div class="tagline">Using a Menubar for navigation links</div>
</header>
Expand Down Expand Up @@ -214,7 +214,7 @@
<!-- NOTE: The following SECTION element would be a MAIN element in an actual website -->
<div class="main">
<section aria-labelledby="id-page-title">
<h1 id="id-page-title" class="page_title">Mythical University</h1>

Check warning on line 217 in content/patterns/menubar/examples/menubar-navigation.html

View workflow job for this annotation

GitHub Actions / lint-html

Consider using the “h1” element as a top-level heading only (all “h1” elements are treated as top-level headings by many screen readers and other tools).
<div class="content">
<p></p>
</div>
Expand All @@ -224,7 +224,7 @@
NOTE: In an actual website, the footer element would be a top level element, i.e., it would have the body as its scope.
If the scope of the footer element were body, browsers would automatically treat the footer as an ARIA contentinfo landmark, so the footer would not need the role="contentinfo".
-->
<footer role="contentinfo">Mythical University footer information</footer>

Check warning on line 227 in content/patterns/menubar/examples/menubar-navigation.html

View workflow job for this annotation

GitHub Actions / lint-html

The “contentinfo” role is unnecessary for element “footer”.
</div>
</div>
<div role="separator" id="ex_end_sep" aria-labelledby="ex_end_sep ex_label" aria-label="End of"></div>
Expand Down Expand Up @@ -810,7 +810,7 @@
<h2>JavaScript and CSS Source Code</h2>
<ul id="css_js_files">
<li>CSS: <a href="css/menubar-navigation.css" type="tex/css">menubar-navigation.css</a></li>
<li>Javascript: <a href="js/menubar-navigation.js" type="text/javascript">menubar-navigation.js</a></li>
<li>JavaScript: <a href="js/menubar-navigation.js" type="text/javascript">menubar-navigation.js</a></li>
</ul>
</section>

Expand Down
2 changes: 1 addition & 1 deletion content/patterns/meter/examples/meter.html
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ <h2>JavaScript and CSS Source Code</h2>
<a href="css/meter.css" type="text/css">meter.css</a>
</li>
<li>
Javascript:
JavaScript:
<a href="js/meter.js" type="text/javascript">meter.js</a>
</li>
</ul>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ <h2>Assistive Technology Support</h2>
<h2>JavaScript and CSS Source Code</h2>
<ul id="css_js_files">
<li>CSS: <a href="css/radio.css" type="tex/css">radio.css</a></li>
<li>Javascript: <a href="js/radio-activedescendant.js" type="text/javascript">radio-activedescendant.js</a></li>
<li>JavaScript: <a href="js/radio-activedescendant.js" type="text/javascript">radio-activedescendant.js</a></li>
</ul>
</section>

Expand Down
2 changes: 1 addition & 1 deletion content/patterns/radio/examples/radio-rating.html
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ <h2 id="rps_label">Role, Property, State, and Tabindex Attributes</h2>
<h2>JavaScript and CSS Source Code</h2>
<ul id="css_js_files">
<li>CSS: <a href="css/radio-rating.css" type="text/css">radio-rating.css</a></li>
<li>Javascript: <a href="js/radio-rating.js" type="text/javascript">radio-rating.js</a></li>
<li>JavaScript: <a href="js/radio-rating.js" type="text/javascript">radio-rating.js</a></li>
</ul>
</section>

Expand Down
2 changes: 1 addition & 1 deletion content/patterns/radio/examples/radio.html
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ <h2 id="rps_label">Role, Property, State, and Tabindex Attributes</h2>
<h2>JavaScript and CSS Source Code</h2>
<ul id="css_js_files">
<li>CSS: <a href="css/radio.css">radio.css</a></li>
<li>Javascript: <a href="js/radio.js">radio.js</a></li>
<li>JavaScript: <a href="js/radio.js">radio.js</a></li>
</ul>
</section>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ <h2 id="rps_label">Role, Property, State, and Tabindex Attributes</h2>
<h2>JavaScript and CSS Source Code</h2>
<ul id="css_js_files">
<li>CSS: <a href="css/slider-multithumb.css" type="tex/css">slider-multithumb.css</a></li>
<li>Javascript: <a href="js/slider-multithumb.js" type="text/javascript">slider-multithumb.js</a></li>
<li>JavaScript: <a href="js/slider-multithumb.js" type="text/javascript">slider-multithumb.js</a></li>
</ul>
</section>

Expand Down
Loading
Loading