Imagine this:
Thanks to C-Link I've solved this.
To be sure only the nodes are clickable I've wroted:
$("svg").find("g.node").click(function(){ alert("Lolol"); });
And it works fine.