Jump to content

Janela modal


Recommended Posts

Posted

Boa Tarde,

com tutoriais na internet eu consigo fazer uma janela modal só em HTML e CSS porém só consigo fazer a ativar a mesma clicando em algum link.

o que desejo é fazer a mesma quando atualizar a página tem como?


Posted

Caso você esteja utilizando o Bootstrap, você poderá fazer uso do seguinte código:

 

    <script type="text/javascript">
      $(window).load(function(){
        $('#moda-exemplo').modal('show');
      });
    </script>

 

Com o código acima, você conseguirá abrir o modal de forma automática. Bom acho que foi isso que consegui entender em sua pergunta.

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
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

Do you agree with our terms?

-