Jump to content

Нужен человек знающий JavaScript

Featured Replies

Нужен человек со знаниями JavaScript. Для адаптации скрипта по моим требованиям.

Обращаться в личку или в вк vk.com/incarnia

Link to comment
https://ipbmafia.ru/topic/6992-nuzhen-chelovek-znayushij-javascript/
Share on other sites
__codecanyon.net/item/melonhtml5-timeline/3884755
Link to comment
https://ipbmafia.ru/topic/6992-nuzhen-chelovek-znayushij-javascript/?&do=findComment&comment=53844
Share on other sites

Incarnia, на держи timeline.rar или

https://cloud.mail.ru/public/c854cb3a9f3a/timeline.rar
Link to comment
https://ipbmafia.ru/topic/6992-nuzhen-chelovek-znayushij-javascript/?&do=findComment&comment=53847
Share on other sites

Recouse, сам скрипт у меня есть. Мне его нужно адаптировать под мобильные устройства и сделать и сделать что то типа того.

 

post-3271-0-63426200-1391348505_thumb.pn

Link to comment
https://ipbmafia.ru/topic/6992-nuzhen-chelovek-znayushij-javascript/?&do=findComment&comment=53849
Share on other sites

Incarnia, можно ссылку на этот сайт

Link to comment
https://ipbmafia.ru/topic/6992-nuzhen-chelovek-znayushij-javascript/?&do=findComment&comment=53850
Share on other sites
__rammstein.de/de/rammstein
Link to comment
https://ipbmafia.ru/topic/6992-nuzhen-chelovek-znayushij-javascript/?&do=findComment&comment=53851
Share on other sites

Incarnia, это же простые модальные окна

Link to comment
https://ipbmafia.ru/topic/6992-nuzhen-chelovek-znayushij-javascript/?&do=findComment&comment=53852
Share on other sites

Если бы я знал как их подключить я бы не написал. Я только с html и css норм знаком. Если бы кто нибудь сделал и объяснил как и что.

Готово заплатить тому кто сделает.


И еще есть одна проблема.

У меня в настройках стоит отображения в двух колонках. Хотелось бы сделать чтоб при изменении ширины отображалось по центру в одну колонку. Код видел а куда его вставить не знаю. 

Link to comment
https://ipbmafia.ru/topic/6992-nuzhen-chelovek-znayushij-javascript/?&do=findComment&comment=53853
Share on other sites

Incarnia, примеров модальных окон в инете полно

__ruseller.com/search.php?s=%D0%BC%D0%BE%D0%B4%D0%B0%D0%BB%D1%8C%D0%BD%D0%BE%D0%B5+%D0%BE%D0%BA%D0%BD%D0%BE
Link to comment
https://ipbmafia.ru/topic/6992-nuzhen-chelovek-znayushij-javascript/?&do=findComment&comment=53854
Share on other sites

Recouse, такая реализация мне не подходит.

{
type: 'blog_post',
date: 'хххх-хх-хх',
dateFormat: 'DD MMMM YYYY',
title: 'title',
width: '60%',
content: 'content',
image: '',
},

Надо сюда пристроить модальное окно чтоб открывался весь контент. Желательно с картинкой.


Вот вся станица

<div id="timeline"></div>

<script type="text/javascript">
$(document).ready(function() {
var timeline_data = [
{
type: 'blog_post',
date: '2011-08-03',
dateFormat: 'DD MMMM YYYY',
title: 'Blog Post',
width: 400,
content: '',
image: 'xxxx.jpg',
readmore: '__www.example.com'
},
{
type: 'slider',
date: '2010-12-16',
dateFormat: 'DD MMMM YYYY',
width: 400,
height: 200,
images: ['xxx.jpg', 'xxx.jpg'],
speed: 5000
}
];

var timeline = new Timeline($('#timeline'), timeline_data);
timeline.display();
});
</script>

А вот настройки

<script type="text/javascript">
var timeline = new Timeline($('#timeline'), timeline_data);
timeline.setOptions({
animation: true,
lightbox: true,
showYear: true,
allowDelete: false,
columnMode: 'dual',
order: 'desc',
max: null
});
timeline.display();
</script>
Link to comment
https://ipbmafia.ru/topic/6992-nuzhen-chelovek-znayushij-javascript/?&do=findComment&comment=53858
Share on other sites

Я в javascript тоже не спец, но постараюсь что-то сделать

Link to comment
https://ipbmafia.ru/topic/6992-nuzhen-chelovek-znayushij-javascript/?&do=findComment&comment=53917
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
Ответить в этой теме...

Последние посетители 0

  • No registered users viewing this page.