I have a simple example where i have an input field and i put a blur and change event on it:
input
blur
change
HTML
<
If I understand you correctly the answer is to use event.preventDefault(); See http://jsbin.com/welcome/52201/edit for a demo.
event.preventDefault();