-1

I am working for food company. They want Navigation tab to be enabled at a particular time. For example, if the time is 9:20am then breakfast tab should be enabled and all other tabs need to be disabled.

halfer
  • 19,824
  • 17
  • 99
  • 186
  • 8
    Welcome to SO, this is not a "write it for me site", you should show us what you have tried so far and what you problems might be with your solution or attempt. please read http://stackoverflow.com/help/how-to-ask – Carsten Løvbo Andersen Jan 06 '17 at 07:56
  • i wanted suggetion what can be used for this jquery or javascript – code47 hitman Jan 06 '17 at 07:58

1 Answers1

0

Similar question has already been answered. It's a simple implementation using JavaScript. See below:

Call a javascript function at a specific time of day

Community
  • 1
  • 1
Alex
  • 878
  • 3
  • 16
  • 34