Skip to content

Commit f0bfb23

Browse files
usmonsterscottgonzalez
authored andcommitted
Types: Document "Anything" virtual type
Ref jquerygh-391 Closes jquerygh-504
1 parent 0054321 commit f0bfb23

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pages/Types.html

+5
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
</p>
3636
<div id="toctitle"><h2>Contents</h2></div>
3737
<ol>
38+
<li class="toclevel-1"><a href="#Anything"><span class="toctext">Anything</span></a>
3839
<li class="toclevel-1"><a href="#String"><span class="toctext">String</span></a>
3940
<ul>
4041
<li class="toclevel-2"><a href="#Quoting"><span class="toctext">Quoting</span></a></li>
@@ -95,6 +96,10 @@
9596
<li class="toclevel-1"><a href="#XMLDocument"><span class="toctext">XML Document</span></a></li>
9697
</ol>
9798

99+
<h2 id="Anything"> Anything </h2>
100+
<p>The <strong>Anything</strong> virtual type is used in jQuery documentation to indicate that any type can be used or should be expected.
101+
</p>
102+
98103
<h2 id="String"> String </h2>
99104
<p>A string in JavaScript is an immutable object that contains none, one or many characters.
100105
</p>

0 commit comments

Comments
 (0)