hola,
bueno ps
acabo de entrar
y ver tu post XD
javascript: Código HTML:
$(document).ready(function() {
$("a.getItem").click(function(){
var txt=$(this).attr("rel");
var p1=txt.split("&")[0].split("=")[0];
var p2=txt.split("&")[1].split("=")[0];
alert( p1 +" --- "+ p2 );
return false;
});
});
html: Código HTML:
<a id="getItem_1" class="getItem" href="#" rel="p1=v1&p2=v2">Llamada</a>
Bueno aver is te sirve y tambien esto
http://visualjquery.com/1.1.2.html
SalUdos
AdiOs...
:]