javascript - TimelineJS:: How to insert links in events -


i'm doing timeline using timelinejs in json , want add link download/view pdf file in event. have tried use conventional methods insert html in json hasn't worked in library.

relevant code:

 {     "startdate":"2012,1,4",     "headline":"sh*t broke people say",     "text":"",     "asset": {                  "media":"http://youtu.be/zyyalkhjsjo",                  "credit":"",                  "caption":""               }  } 


Comments

Popular posts from this blog

c++ - No viable overloaded operator for references a map -

java - Custom OutputStreamAppender not run: LOGBACK: No context given for <MYAPPENDER> -

java - Cannot secure connection using TLS -