Hi Guys i got a question im not familar with JQuery. So lets say i got a link. Onclick of this link i want to load random content from a MySQL into a div with a small loading animation without page reload.How to do this?
This is my div i want to load in the mysql ouput from jquery call.
<p class="joketext">Some Text inside</p>
This is the button which is clicked by user and should load the random content from mysql into the div.
<a class="btn btn-success show_new_" href='#'>Load new random content into div</a>