We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 910e614 commit f373a30Copy full SHA for f373a30
1 file changed
entries/index.xml
@@ -79,7 +79,7 @@ alert( "Index: " + $( "#bar" ).index() );
79
</p>
80
</longdesc>
81
<example>
82
- <desc>On click, returns the index (based zero) of that div in the page.</desc>
+ <desc>On click, returns the index (zero-based) of that div in the page.</desc>
83
<code><![CDATA[
84
$( "div" ).click(function() {
85
// `this` is the DOM element that was clicked
0 commit comments