I have created a page using html, ajax and jQuery. In this page I have a div and a button. When I click the button, this button gets some data from another page, using jQuery and ajax, and load those in the div. That is correct. The problem is that when I type the url and open the page, the div form does show me nothing. Then when I click the button, the dic shows me the results.
What I am writing for is that I want to show the result in the div when I initialize the page. I mean, I type url and the page should show me the result in the div by default. Can you provide me any solution?