Skip to content
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

Tradução do método add() #62

Open
wants to merge 2 commits into
base: pt-br
Choose a base branch
from
Open

Tradução do método add() #62

wants to merge 2 commits into from

Conversation

jvfl
Copy link

@jvfl jvfl commented Feb 6, 2013

No description provided.

</li>
</ul>
<div class="longdesc">
<p>Given a jQuery object that represents a set of DOM elements, the <code>.add()</code> method constructs a new jQuery object from the union of those elements and the ones passed into the method. The argument to <code>.add()</code> can be pretty much anything that <code>$()</code> accepts, including a jQuery selector expression, references to DOM elements, or an HTML snippet.</p>
<p>The updated set of elements can be used in a following (chained) method, or assigned to a variable for later use. For example:</p>
<p>Dado um objeto jQuery que representa um conjunto de elementos DOM, o método <code>.add()</code> constrói um novo objeto jQuery a partir da união destes elementos com os elemtnos passados como argumento do método. O argumento para o método <code>.add()</code> pode praticamente qualquer coisa que o <code>$()</code> aceita, incluindo um seletor jQuery, referência para elementos DOM, ou um fragmento HTML.</p>
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Aqui faltou um "ser"
'--
add() pode praticamente
'--
dd() pode ser praticamente

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants