Fixed a few docs
This commit is contained in:
parent
213118c81e
commit
2b82ffbbfa
2 changed files with 12 additions and 13 deletions
|
@ -405,7 +405,7 @@ jQuery.extend({
|
|||
* @name $.nth
|
||||
* @type DOMElement
|
||||
* @param DOMElement cur The element to search from.
|
||||
* @param Number|String num The Nth result to match. Can be a number or a string (like 'even' or 'odd').
|
||||
* @param String|Number num The Nth result to match. Can be a number or a string (like 'even' or 'odd').
|
||||
* @param String dir The direction to move in (pass in something like 'previousSibling' or 'nextSibling').
|
||||
* @cat DOM/Traversing
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue