Jump to content
  • Sign Up
  • 0

Всплывающее окно


Alfa2015

Question

Здравствуйте! 

Подскажите, кто разбирается в jQuery: при отправке формы всплывает картинка. Все ок..

Но, что нужно поменять в коде, чтобы вместо картинки всплывало сообщение?

Изначально такой код (копирую часть кода):

<form class="contact" name="sentMessage" id="contactForm" action="contact_me.php" method="post" novalidate>....</form><div id="modal" style="display: none;"><img src="img/form-alert.png" /></div>

Скрипт
 

 $.fancybox({                                      'type'          : 'image',                    'href'          : 'img/form-alert.png',            'padding'       : 0                        });                                                                

Я хочу заменить:

<div id="modal" style="display: none;"><img src="img/form-alert.png" /></div>

НА

<div id="modal" style="display: none;"><p>Спасибо! ваше сообщение отправлено!</p></div>

Что здесь нужно заменить, чтобы всплывало не картинка, а сообщение?

$.fancybox({                                      'type'          : 'image',                    'href'          : 'img/form-alert.png',            'padding'       : 0                        });   

Спасибо.

Edited by Alfa2015
Link to post
Share on other sites

4 answers to this question

Recommended Posts

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy