[jQuery] jQuery and confirm

[jQuery] jQuery and confirm


Dear All.
I got a form and a link that has an onclick confirm:
<a href="ajaxImage.php?height=480&width=600&modal=true" class="thickbox"
style="text-decoration:underline;" onclick="return confirm('delete
image?');">Delete Image</a>
No matter if u choose ok or cancel (returns true or false) the link
still gets executed. Im assuming that JQuery is causing this
irregularity. I have the same code on normal HTML pages and it works 100%.
Any suggestions as to how to get this to work or where i might be going
wrong?
Thanks in advance.
Angelo