Manipuladores de conteúdo jQuery

Manipulando o html:

jQuery("#link").html()
Manipulando o texto:
jQuery("#link").tezt()
Obtendo o valor de um input:
jQuery("#link").val()
Trocando de elementos:
jQuery("#link").replaceWith("

Teste

")

Comentar este artigo: