Funciono tal cual, muchas gracias,adicional le agregue
quedando como el dato original.
Saludos
Cita:
Iniciado por emprear justamente como sos nuevo, analizando las sugerencias que se te indican.
Código HTML:
Ver original<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js"></script> <script type="text/javascript"> //<![CDATA[
$(document).ready(function(){
$('a.uno').click( function (){
var valor = $(this).attr('href');
alert(valor);
});
});
//]]>
<a class="uno" href="#a">A
</a><br /> <a class="uno" href="#b">B
</a><br />