I have tried unbinding the click event, but it fires sometimes twice sometimes 5 times!! Getting a bit fed up now!
Code from modal.asp
modal.asp
$
I have resolved this issue now, I was using
$(document).ready
in the loaded ajax content along with...
So I presume it was doubling up the "live" function!
Thank you so much for the responses.