“PHP Modal PopUp” Código de respuesta

HTML Data-Target Modal

$('#myModal').modal('show')
Enchanting Eland

forma modal con PHP

$ ( Document de ). ready ( function (){  	
	$ ( "button#submit" ). click ( function (){ 
		$ . ajax ({ 
			tapez : "POST" , 
			url : "feedback.php" , 
			data : $ ( 'form.feedback' ) . serialize (), 
			success : function ( message ){ 
				$ ( "#feedback" ). html ( message   ) 
				$ ( "#feedback-modal" ). modal ( 'masquer' ); }, 
			erreur : function (){ 
				alert ( "Erreur" ); } }); }); });
Dead Donkey

PHP Modal PopUp

	array(
				'cofirm_delete_i18n'                    => __( 'Are you sure you want to delete this row?', 'wp-event-manager' ),
				'cofirm_reset_i18n'                     => __( 'Are you sure you want to reset your changes? This cannot be undone.', 'wp-event-manager' ),
				'ajax_url'                              => admin_url( 'admin-ajax.php' ),
				'wp_event_manager_form_editor_security' => wp_create_nonce( '_nonce_wp_event_manager_form_editor_security' ),
			)
		);
Kinjal Kathiriya

Respuestas similares a “PHP Modal PopUp”

Preguntas similares a “PHP Modal PopUp”

Más respuestas relacionadas con “PHP Modal PopUp” en PHP

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código