Action Example

Demo Description
The action concept is similar to JavaScript events.
Event types can be distinguished as the key.

Binding Example

Demo Description
This is a basic binding example.
Binding using the value of all the elements to make the same changes.
Binding using the progress bar example.
Another binding using the progress bar example.

Tag Example

Demo Description
Every element can have a unique ID called 'tag' value.

Get/Val Example

Demo Description
'get/val methods' can search for every element. (act, bind, tag)

Template Example

Demo Description
vojs library supports template engine.
One as a template, you can enter the contents of multiple elements.

Include File Example

Demo Description
Templates can be created as a separate file to be loaded.
Load the template file can be entered in the element with unique ID value.

View-Template Example

Demo Description
Progress bar as one of the templates can be added dynamically.

Mixed Example

Demo Description
Default image slider example.
Animated image slider example.