Jump to content
  • 0

PopUp - окно


mrfrunze
 Share

Question

добрый вечер, нашел пример PopUp - http://jsfiddle.net/p7NbX/15/
у меня вопрос почему в примере работает, если перенести к себе в нодпад ++, он не работает (копирую все верно!!!)  ,

подскажите в чем может быть причина! я не знаю джава срипт, может в нем кроется подвох.
Спасибо..

Link to comment
Share on other sites

9 answers to this question

Recommended Posts

  • 0

http://code.jquery.com/jquery-latest.js — можете скачать и подключить. Можете на прямую.

 

В примере тоже подключен:

4276579.png

где их взять? т.е искать в интернете? или как то по другому их можно подключить? спасибо!

Link to comment
Share on other sites

  • 0
<script src="http://code.jquery.com/jquery-latest.js"></script>

и все заработает?  а сам скрипт тоже подключить ? спасибо за помощь!

$(document).ready(function(){    PopUpHide();});function PopUpShow(){    $("#popup1").show();}function PopUpHide(){    $("#popup1").hide();}
Link to comment
Share on other sites

  • 0
и все заработает?  а сам скрипт тоже подключить ?

 

Должно заработать. Сам скрипт можно разместить в тебе страницы, до закрывающего тега </body>.

<script>$(document).ready(function(){    PopUpHide();});function PopUpShow(){    $("#popup1").show();}function PopUpHide(){    $("#popup1").hide();}</script>
Link to comment
Share on other sites

  • 0

 

и все заработает?  а сам скрипт тоже подключить ?

 

Должно заработать. Сам скрипт можно разместить в тебе страницы, до закрывающего тега </body>.

<script>$(document).ready(function(){    PopUpHide();});function PopUpShow(){    $("#popup1").show();}function PopUpHide(){    $("#popup1").hide();}</script>

 

 

и все заработает?  а сам скрипт тоже подключить ?

 

Должно заработать. Сам скрипт можно разместить в тебе страницы, до закрывающего тега </body>.

<script>$(document).ready(function(){    PopUpHide();});function PopUpShow(){    $("#popup1").show();}function PopUpHide(){    $("#popup1").hide();}</script>

спасибо все работает!!!

Link to comment
Share on other sites

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.

 Share

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