Coder Social home page Coder Social logo

timeliner's People

Contributors

ascloutier avatar bronzehedwick avatar luisalima avatar marco129 avatar rs017991 avatar spoonerweb avatar technotarek avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

timeliner's Issues

Dynamic timeliner elements - angularjs

I had a problem using timeliner within an angularjs project, I created a directive but the open events are not fired because the elements are not present at doument load.

I changed the click event handlers to use jquery delegated events to overcome the issue.

The code I used in case you want to incorporate in your project is:

// Minor Event Click
$("#timelineContainer").on("click", ".timelineMinor dt", function () {
... // same as existing
});

// Major Marker Click
$("#timelineContainer").on("click", ".timelineMajorMarker", function () {
... // same as existing
});

overlapping events

Hi,

Maybe I missed it, but haven't seen it in the examples, does it allow overlapping and daily events, i.e.
event-1 start march 9 2016 - end march 15 2016
event-2 start march 12 2016 - end march 19 2016

Thank you

Doesn't work with Jquery 1.8.3 or 1.9.1

In the demo package it doesn't work at all with Jquery 1.8.3 and up.

Implemented in my CMS using Jquery 1.8.3 and No-conflict everything works except

"timelineMinor a" isn't expanding or collapsing the "timelineEvent" on click.

"timelineMinor a" will change size and color but can't trigger the expand/collapse for the "timelineEvent"

Minify responsive.css

Can the responsive.css stylesheet also be minified?

Since the other two (timeliner.css and timeliner.js) have minified options, it would be greatly appreciated to have that option with the responsive stylesheet as well.

responsive.css doesn't work

Please tell me how to apply the responsive.css

Even though I link it to the page, the contents of each event go out of the page on a mobile phone.

Responsive problem ?

Hello,

I have built a page using this great tiemline, but I have noticed that responsive works on my PC when I resize the browser but on my smartphones it doesn't.
As an example you can go there : http://www.animage.org/chronologie/timeliner.html
The background is supposed to be red (for test) when under 768px large. It works on PC but not on my smartphones (and the fonts are tiny also). Is there a specific thing to do ?

Best regards,
ludm

Link has open timeline on specific item

I would like to post new item added to timeline on social networks, and write a link to my website, to this specific item in the timeline.
When someone clicks on this link, he would be redirected to my website, to the timeline and this item would be open, without need of opening manually.

thanks to add this feature :)

not closing fully

Hello, in the original demo, I've noticed that "hide all" cannot revert to the initial state.

In this page ->
The Development of Timeliner.js ( https://technotarek.com/timeliner/timeliner.html )

scroll to the bottom timeliner and pay attention to the fact that there is nothing in between "Concept" & "Idea". But the moment you click on one of them, you can never get that initial state back, the state when there is nothing in between the concept and the idea.

Is there a setting that forces it to not close fully to keep the headliner, always visible?

Responsive

Hello!

I would like to know how to correctly apply the responsive template to the timeline. On the desktop our project is in agreement however in the cell phone it bursts a little the sides (http://bugarintecnologia.rio/vasco/). Do you know how we can do it?

Veritical Line Does not render with proper markup

Hi @technotarek,

I'm having a hard time getting the vertical line to appear when using the markup as noted in your demo/instructions.

https://jsfiddle.net/c1uqpLqj/3/

As you can see in the above fiddle, the actual line on the timeline doesn't appear. However, the line does appear if I remove the opening div marker of the last .timeline-wrapper (<div class="timeline-wrapper">) from the markup (of course, this causes other issues):

https://jsfiddle.net/c1uqpLqj/2/

Any idea what's wrong here?

Thanks,

Will

Presentation text : timeline-event-series => timeline-series

I believe that the following line in the presentation text has an incorrect class name :

5 - Separate the individual events into DL elements with a class of "timeline-event-series". See the options if you need to customize this class value.

Isn't it "timeline-series" now?

Nerothos

ToggleAll Button Not working with jQuery 1.9+

Toggle has been deprecated.

Fix suggested by Marco Cheung. Replace line 97-109 in the source file with the following:

$(".expandAll").click(function(){
  if($(this).hasClass('closed')){
      closeEvent($(this).parents(settings.timelineContainer).find("dl.timelineMinor a"),$(this).parents(settings.timelineContainer).find(".timelineEvent"));
      $(this).removeClass('closed').html("+ expand all");
  }else{
      openEvent($(this).parents(settings.timelineContainer).find("dt a","dl.timelineMinor"),$(this).parents(settings.timelineContainer).find(".timelineEvent"));
      $(this).addClass('closed').html("- collapse all");
  }
});

changing from open IDs to a common class?

Hi Tarek,

thanks for this great script. Just one question about the option "startOpen". Is it possible to fill this just with one class instead of IDs? It would be easer to handle because I just have to put, lets say the class "start-open", in the regarding element and it would work.

thx
Florian

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.