With the latest jqModal release (+r14), I'm having an issue with the new feature of live links. Whenever the live-loaded trigger link is clicked on, it redirects to the HREF instead of loading it via AJAX. How can I make it behave normally?
I've searched around and other people seem to have this issue, but it's gone unresolved.
$('a.modal-product-trigger').live('click', function(){
$('#modal-product').jqmShow(this);
});