my page have a link
<a href="/hyperlink">Hyper link</a>
i want to open a dialog when user click on link.
i want to disable link without remove href event or attribute from him
means no changes in html
then
when user click on link then open a dialog
if jquery not load or have a error cause open a link directly.
how i can do this.