I created a function that will be based on onfocusout so that when the user tabs out of a textbox it should run, but my function is undefined. I will have to make quite a few functions like this, 27 to be exact. Any ideas why I am getting this error? No similar posts on here.
Here is my code:
JS Bin - Collaborative JavaScript Debugging
Solved! Go to Solution.
That's because it's not global, can't access it in the HTML
Use dojo/on to handle events better
That's because it's not global, can't access it in the HTML
Use dojo/on to handle events better