.wrapAll('
') // Float left to display horizontally, readjust .slides width .css({ 'float' : 'right', 'width' : slideWidth }); // Set #slideInner width equal to total width of all slides $('#slideInner').css('width', slideWidth * numberOfSlides); // Insert controls in the DOM $('#slideshow') .prepend('Clicking moves left') .append('Clicking moves right'); // Hide left arrow control on first load manageControls(currentPosition); // Create event listeners for .controls clicks $('.control') .bind('click', function(){ // Determine new position currentPosition = ($(this).attr('id')=='rightControl') ? currentPosition+1 : currentPosition-1; // Hide / show controls manageControls(currentPosition); // Move slideInner using margin-left $('#slideInner').animate({ 'marginLeft' : slideWidth*(-currentPosition) }); }); // manageControls: Hides and Shows controls depending on currentPosition function manageControls(position){ // Hide left arrow if position is first slide if(position==0){ $('#leftControl').hide() } else{ $('#leftControl').show() } // Hide right arrow if position is last slide if(position==numberOfSlides-1){ $('#rightControl').hide() } else{ $('#rightControl').show() } } });

Threads of the Fate

Информация о пользователе

Привет, Гость! Войдите или зарегистрируйтесь.


Вы здесь » Threads of the Fate » Реклама


Реклама

Тем 121 страница 148 из 148

Тема Ответов Просмотров Последнее сообщение
121 Best wrestlers  libeinfuH
0 1 2022-08-07 05:40:16  libeinfuH
0 1 2022-08-02 00:51:07  Nathanfus
0 1 2022-08-01 19:00:55  Nathanfus
0 2 2022-07-28 14:50:06  EverettHek
1 106 2022-07-24 01:59:17  Florian
126 little girls cp  Alanannet
0 2 2022-07-01 04:11:01  Alanannet
0 6 2022-06-20 07:16:20  Ritanem011
0 3 2022-06-14 16:19:44  Dwainfal
129 velo  velolDew
0 2 2022-06-10 08:46:43  velolDew
0 18 2022-06-02 21:51:49  EdwardGor
0 1 2022-05-31 10:56:46  Jasonfen
0 5 2022-05-13 17:27:28  EverettHek
0 2 2022-05-10 20:12:11  EverettHek
134 лечение зубов  EverettHek
0 8 2022-05-02 19:56:14  EverettHek
0 5 2022-04-29 00:46:20  JamesBag
0 4 2022-04-28 18:58:22  mugraDoowl
6 15 2022-04-27 04:00:31  Mariaorgah652
0 7 2022-04-20 06:24:12  Robertanaky
139 ONLY THE BEST  Rubensworn
0 9 2022-04-09 17:00:47  Rubensworn
0 1 2022-03-31 07:25:16  Rustic
0 453 2020-04-05 02:27:15  PleiteRuehrerLeshy
0 81 2020-04-04 06:52:14  mebelton
0 372 2020-04-02 22:47:36  nzykoEnuct
0 71 2020-04-02 10:46:33  Sheldonlet
0 72 2020-03-29 21:47:43  Michaelpiree
146 Ваша реклама vol.1  Vampire Knight
1 413 2014-11-29 21:09:55  PR
147 Закрыта Наша реклама  Vampire Knight
0 843 2012-05-25 20:24:51  Vampire Knight
148 Баннерообмен  Vampire Knight
0 483 2012-05-23 23:39:48  Vampire Knight

Вы здесь » Threads of the Fate » Реклама


Рейтинг форумов | Создать форум бесплатно