Title doesn't actually reflect what I'm trying to explain. Is it possible to achieve below with jQuery
<a href="#" onclick="alert('test');">test</a>
when users clicks on test link jQuery takes control over default alert function and displays a jQuery modal window or something similar doesn't really matter.