Jump to content
  • 0

jQuery Cycle Plugin ,а можно ли...


boooze
 Share

Question

Сделал рулетку на сайт ,но вот вопрос ,можно ли использовать прокручивающиеся картинки ,как ссылки?типа карусель идет,щелкаешь по картинке и тебя перенаправляет туда то.Пробывал вставить в тег img тег href ,но никакой реакции ,поэтому я так думаю дело в js )))

Link to comment
Share on other sites

6 answers to this question

Recommended Posts

  • 0

Сайт на локалке ,вот привожу куски кода

Сама форма :

<div id="skript">
<div id="logo"></div>
<div id="samskript">
<div id="left"> <ul id="lefft">
<li id="leffft"><a href="" id="prev_slide"></a></li>
</ul> </div>
<div id="right">
<ul id="rigght">
<li id="riggght"><a href="" id="next_slide"></a></li>
</ul>

</div>
<div id="js">
<img src="images/black.jpg" class="imagee" href="google.ru"/>

<img src="images/red.jpg" class="imagee" href=""/>
<img src="images/pink.jpg" class="imagee" href=""/>
<img src="images/green.jpg" class="imagee" href=""/>
<img src="images/gray.jpg" class="imagee" href=""/>
</div>


</div>

и ява скрипт:

$(document).ready(function() {



$('#js').cycle({
fx: 'scrollHorz',
next: '#next_slide',
prev: '#prev_slide',
speed: 1000,
timeout: 5000,
pause: 1
});


});

Все работает,только хочу ,что бы при нажатии на ту или иную картинку ,происходил переход по ссылке.То есть как обычно при нажатии на картинку типа <img src="" href=""/>

Edited by boooze
Link to comment
Share on other sites

  • 0
Все работает,только хочу ,что бы при нажатии на ту или иную картинку ,происходил переход по ссылке.То есть как обычно при нажатии на картинку типа <img src="" href=""/>

у img нет атрибута href, он есть у тега a

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