unexplainable event bubbling JQuery Mobile

unexplainable event bubbling JQuery Mobile

I'm getting unexplainable event bubbling in my code... i've lost 3 days trying to work it out. I've posted another similar question but i solved that problem with using off() before on() event.

error occurs when i navigate back and forth between page 4 and 5. after exactly three times I get redirected back from page 4 to page 5. On the next try i dont get redirected, but the try after I get a redirect from 4 to 5 once, next try again. then one time nothing, then 3 times, etc... I have a home button on page 5 that redirects to page 3 and the same thing is happening... any help, please? im loosing my mind

jsfiddle code