Hola, mira io lo trabajo de la siguiente manera, y de seguro te va a servir ...
mando el id atraves del rel... como puedes ver .
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"> google.load("jquery", "1.6.2");
<script type="text/javascript"> $(function(){
$(".delt").unbind("click").click(function(e){
var id = $(this).attr("rel");
alert(id);
//eliminar(id);
e.preventDefault();
})
})
function eliminar(id) {
Sexy.confirm('
<h1>Eliminar
</h1> ¿Seguro que quieres eliminar?' ,{ onComplete:
function(returnvalue) {
if(returnvalue)
{
window.location.href = "../ruta/index.php?eliminar="+id;
}
}
});
<td><a class="delt" href="#" rel="1">1
</a></td> <td><a class="delt" href="#" rel="2">2
</a></td> <td><a class="delt" href="#" rel="3">3
</a></td> <td>LiveMusic
&& LiveCarito</td> </tr>
</tbody>
</table>
</body>
</html>
... suerte saludoooosss ¡¡............