“PHP Modal Popup” Ответ

HTML Data Target Modal

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

Модальная форма с 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

Ответы похожие на “PHP Modal Popup”

Вопросы похожие на “PHP Modal Popup”

Больше похожих ответов на “PHP Modal Popup” по PHP

Смотреть популярные ответы по языку

Смотреть другие языки программирования