I have numerous anchor tags on my page that only trigger jQuery actions on the same page.
The don\'t redirect the user to another location, which is the normal expected
# is fine. But the callbacks that are triggered should then return false.
#
return false
// assigning a click callback to all anchors $('a').click(function(evt){ //... do stuff return false; // avoid jump to '#' })