![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
25/04/2009, 22:18
|
![Avatar de _Ju](http://static.forosdelweb.com/customavatars/avatar271649_3.gif) | | | Fecha de Ingreso: noviembre-2008 Ubicación: Colima, MX
Mensajes: 192
Antigüedad: 16 años, 3 meses Puntos: 6 | |
Respuesta: [Problema]Cambiar titulo de pagina con Jquery Prueba de esta forma
$(document).ready(function() {
$("a").click(function(){
$(document).attr("title", "sometitle");
});
}); |