I\'ve got a program which contains 2 div\'s. Depending on the user at any given time 1 of the div\'s is visible. Is it possible to stop my entire
Not directly no. But with jQuery, you could override the hide/show functions so that they fire custom events "onshow" and "onhide", then you could bind event handlers to these events to run various code when those events fire.