My page content.html is called from another page.My question is that there are only AJAx calls made in our page.So in my page i notice that ready function is not called every time.I have to clear my cache every time to get into ready function.How to resolve this.Also if there is any ready function included in a base page and this is included every where .Should we append our code to this function.Or is it that a page can have many ready functions
$(document).ready(function() {
// Do this immediately if DOM is loaded, or once it's loaded otherwise.
});