If you have an event handler defined like this in JavaScript:
$("a[product-id]").click(edit_product);function edit_product(event) { ...}