This code is listed on the header of all of my webpages. When I click a link on my website, I\'m unable to use the buttons on the page until after I refresh. How can I fix t
It seems Ajax loads content dynamically and ruins your bindings.
You could call your function after each Ajax request using $.ajaxComplete()
$.ajaxComplete()