after page reload only one button should show up in htl, jquery,php code example
Example: How can I refresh a page with jQuery
$('#something').click(function() {
location.reload();
});
$('#something').click(function() {
location.reload();
});