I\'ve got a dialog that performs a calculation that is dependant on three input fields. When any of them are changed it checks whether they are all filled and if they are i
Use the live function, it usually makes it work ...
$("#YOURTHING").live("change", function(){ // CODE HERE });