Posts by Edinaldo H Vieira • 1 point
1 post
- 
		0 votes4 answers3077 viewsA: How to prevent refresh after Ubmit on the same page?One: - Stop Ubmit. Second: - Send Submit via ajax. Third: Depending on the ajax answer, quit, show msg, etc. EXAMPLE: To prevent Submit: Using jQuery: jQuery(function($){…