Stop jQuery Event Functions
A simple way of how to stop a jQuery function in it's tracks is to use the return false line. In most cases this is not the best way, here are alternatives!
A simple way of how to stop a jQuery function in it's tracks is to use the return false line. In most cases this is not the best way, here are alternatives!