Ir al contenido principal

Entradas

Mostrando entradas de noviembre, 2009

JQuery

script type="text/JavaScript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"> jQuery(document).ready(function() { alert(jQuery('p').text()); }); jQuery(':text, textarea');