<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<script src="https://code.jquery.com/jquery-1.10.2.js"></script>
<script>
$(function() {
$('a').click(function(e) {
e.preventDefault();
alert('Нет, не будет!')
})
});
</script>
</head>
<body>
<a href="!55536!http://javascript.ru/forum/ajax/55536-ne-mogu-vytashhit-dannye-iz-bd.html#post369286">Переход будет?</a>
</body>
</html>
Пробуйте.
Какая версия jQuery используется?