This is probably a simple problem, but I can't seem to find the fix. I have three getJSON events that work inside of a tab like form on a page. I load the page and navigate to the first tab, each tab has its own getJSON request. The first tabs getJSON does not fire and is ignored. Then I move to the second or third tab and those events work fine. I then move back to the first tab, then that getJSON event fires.
Why would this be happening and how can I fix the problem? Thanks, David