document.ready() not called on navigating to UL elements
I am building a dynamic website in which, there is a UL of 500 elements. On clicking on any item in UL, it takes to next page. But my problem is that I have a document.getready() method in javascript embedded to new page. but this method is not being called while clicking on UL button. However after I click on UL button and new page appears and then I click refresh, it refreshes. so kindly assist on how I should tackle this.