$(function(){ $("#TheBody").ready(func1()); $("#data_box").on("blur", computeStuff()); });
Blur is automatically called on once, then never again. I am baffled as to why it only does it once.