Many times I\'ve seen links like these in HTML pages:
Click here !
return false is actually doing three very separate things when you call it:
See jquery-events-stop-misusing-return-false for more information.
For example :
while clicking this link, return false will cancel the default behaviour of the browser.
Click here !