最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

JavascriptJquery Timelime addon - Stack Overflow

programmeradmin1浏览0评论

Greetings, I am curious if there is any good plugin or project that allows users to add/remove event timegaps and pin the places and possibly generate some sort of output to save to the server side.

I have found today's timetable however it is not dynamic where users can slide between events or add new event to a time-gap. Either vertical or horizontal would be useful for me.

Regards

Greetings, I am curious if there is any good plugin or project that allows users to add/remove event timegaps and pin the places and possibly generate some sort of output to save to the server side.

I have found today's timetable however it is not dynamic where users can slide between events or add new event to a time-gap. Either vertical or horizontal would be useful for me.

Regards

Share Improve this question edited Nov 28, 2010 at 11:48 Hellnar asked Nov 24, 2010 at 14:20 HellnarHellnar 64.9k82 gold badges208 silver badges282 bronze badges
Add a ment  | 

4 Answers 4

Reset to default 5 +125
  • dhtmlxScheduler is full featured nice looking and free for personal use.
  • Full Calendar full-sized, drag & drop calendar

This looks promising: http://www.bytecyclist./projects/jmonthcalendar/

This might do AND it integrates with DB easily (or so they say): http://plugins.jquery./project/wdCalendar

Here's one that's impressed me:

http://www.simile-widgets/timeline/

I have found today's timetable however it is not dynamic where users can slide between events or add new event to a time-gap. Either vertical or horizontal would be useful for me.

But it does!! Hover on the < & > buttons to slide and see on the link in your question:

Usage

  • Initialize it
    var nameOfYourVar = newTimetable("idOfYourDiv");
  • Add an event
    nameOfYourVar.addEvent(htmlContents, startHour, duration, onClickFunction);
  • Make it scroll to a specific hour
    nameOfYourVar.goTo(hour);
  • Hours are float numbers (ex: 14h30 = 14.30 or 14.3).

Please tell me if Ive not understood what your question?

发布评论

评论列表(0)

  1. 暂无评论