mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
Typos
This commit is contained in:
parent
7f17d8f528
commit
519b7d33e2
8
src/jquery/jquery.js
vendored
8
src/jquery/jquery.js
vendored
@ -335,7 +335,7 @@ jQuery.fn = jQuery.prototype = {
|
||||
|
||||
/**
|
||||
* Access a property on the first matched element.
|
||||
* This method makes it easy to retreive a property value
|
||||
* This method makes it easy to retrieve a property value
|
||||
* from the first matched element.
|
||||
*
|
||||
* @example $("img").attr("src");
|
||||
@ -417,10 +417,10 @@ jQuery.fn = jQuery.prototype = {
|
||||
|
||||
/**
|
||||
* Access a style property on the first matched element.
|
||||
* This method makes it easy to retreive a style property value
|
||||
* This method makes it easy to retrieve a style property value
|
||||
* from the first matched element.
|
||||
*
|
||||
* @example $("p").css("red");
|
||||
* @example $("p").css("color");
|
||||
* @before <p style="color:red;">Test Paragraph.</p>
|
||||
* @result red
|
||||
*
|
||||
@ -463,7 +463,7 @@ jQuery.fn = jQuery.prototype = {
|
||||
},
|
||||
|
||||
/**
|
||||
* Retreive the text contents of all matched elements. The result is
|
||||
* Retrieve the text contents of all matched elements. The result is
|
||||
* a string that contains the combined text contents of all matched
|
||||
* elements. This method works on both HTML and XML documents.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user