Demo | Description |
---|---|
The action concept is similar to JavaScript events. | |
Event types can be distinguished as the key. |
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. |
Demo | Description |
---|---|
Every element can have a unique ID called 'tag' value. |
Demo | Description |
---|---|
'get/val methods' can search for every element. (act, bind, tag) |
Demo | Description |
---|---|
vojs library supports template engine. | |
One as a template, you can enter the contents of multiple elements. |
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. |
Demo | Description |
---|---|
Progress bar as one of the templates can be added dynamically. |
Demo | Description |
---|---|
Default image slider example. | |
Animated image slider example. |