Efe
Efe

Reputation:

jquery today's timetable defining start time

I am using today's timetable plugin on my website. Problem is, starting time is the current time. But I want it to define it to a fixed time (i.e. 10:00). How can I do it?

plugin url with instructions (very limited): http://www.cod3.net/timetable/

Upvotes: 2

Views: 999

Answers (1)

SolutionYogi
SolutionYogi

Reputation: 32243

In 'How to use it' section, it says that you can use the 'goTo' method to go to specific hour.

nameOfYourVar.goTo(hour);

Upvotes: 1

Related Questions