Jump to content
  • 0

Подсказки jquery


paseonru
 Share

Question

Привет!!!

Есть такой код

html

<a href="#">Кнопка</a>
<div id="block">
<p>Информациооный блок</p>
</div>
<a href="#">Кнопка</a>
<div id="block">
<p>Информациооный блок</p>
</div>

jquery

<script type="text/javascript">
$(function() {
$("a").mouseover(function() {
$("#block").fadeIn();
});

setInterval(function() {
$("#block").fadeOut();
}, 5000);
});
</script>

Тоесть, при на видении на ссылку всплывает скрытый блок а через некоторое время он исчезает.

Проблема в том что всплывает только у первой ссылки - допустим ссылка выводится в цикле 10 раз, но при навидении на любую из них всплывает у первой а не у той к торой подведет курсор мыши.

Вопрос как сделать чтобы блок всплывал у каждой ссылки

111.jpg

при навидении на следующую ссылку

222.jpg

А должно быть так

111.jpg

333.jpg

Edited by paseonru
Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

Вот объясните мне, какой тут, к чёрту, может быть jQuery, если вы даже не знаете, что идентификаторы каждого элемента должны быть уникальными?..

Edited by hypnocolor
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