Flapjax Demo Code
  1. Print the current time to millisecond precision, updating every 100ms.
    • View code for the unobtrusive JavaScript version with Flapjax library
    • View code for the unobtrusive Flapjax version
    • View code for the templated Flapjax version
    • Run the demo
  2. Take the time in milliseconds and truncate it to seconds. Then, create a number that cycles from 0 to 9, changing every second.
    • View code for the unobtrusive JavaScript version with Flapjax library
    • View code for the unobtrusive Flapjax version
    • View code for the templated Flapjax version
    • Run the demo
  3. Create an array of numbers, 0 to n, where n is the value from the previous version.
    • View code for the unobtrusive JavaScript version with Flapjax library
    • View code for the unobtrusive Flapjax version
    • View code for the templated Flapjax version
    • Run the demo