I need to make a condition like this: reload the page, If the page is reloaded, then we display the text. How do i do:
location.reload(); $(document).ready(function() { $("#result").append(html); });
I need to make a condition like this: reload the page, If the page is reloaded, then we display the text. How do i do:
location.reload(); $(document).ready(function() { $("#result").append(html); });
Source: https://ru.stackoverflow.com/questions/336575/
All Articles