Using JQUERY hide() on a div causing listeners to stop functioning on that particular div
I am attaching listeners to divs that worked great. There are portions in my App that some of these divs gets hidden using hide() function of JQUERY which pretty much uses the css: style="display: none;" When my App brings them…