Posts by Amaral RAM • 11 points
1 post
- 
		0 votes2 answers131 viewsA: Clear URL after InsertExplain better. <script> window.setTimeout(function() { $(".alert").fadeTo(500, 0).slideUp(500, function(){ $(this).remove(); window.location.reload(); }); }, 4000); </script> Refresh…