.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 » Подача анкет


Подача анкет

Тем 1 страница 16 из 16

Тема Ответов Просмотров Последнее сообщение
1 Важно: Закрыта Шаблон анкеты  Vampire Knight
0 588 2012-05-20 14:38:31  Vampire Knight
0 12 2024-03-08 11:24:02  Moiseshot
3 TriptiaKak  TriptiaKak
0 2 2024-02-27 13:39:43  TriptiaKak
4 LOLITA  TerryCal
0 1 2024-02-25 19:42:39  TerryCal
5 FU??CK COLLECTION  LuonelOdota
0 4 2024-01-26 14:03:21  LuonelOdota
6 proclivity  Bubbymor
0 33 2023-05-19 22:34:44  Bubbymor
0 2 2023-05-16 16:41:40  Backlink Hut
8 tee¦n fuc¦k  Isaihkilia
0 2 2023-05-04 13:42:34  Isaihkilia
2 40 2023-03-17 02:11:37  Shauna
10 loli video cp  DaaidNak
0 14 2022-12-16 02:13:11  DaaidNak
11 Smile  ScottTop
0 6 2022-11-24 10:12:13  ScottTop
0 3 2022-11-19 23:28:30  Jeremy
1 45 2022-10-07 03:43:46  Makayla
0 7 2022-08-20 18:48:26  XMC.PL-Master
0 6 2022-08-20 15:25:46  XMC.PL-Master
16 little girls cp  Deniscib
0 5 2022-08-09 05:39:13  Deniscib

Вы здесь » Threads of the Fate » Подача анкет


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