Skip to content

chrismauck/iva-base-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IVA Base JS

Base JS for simple IVA development on tablets.

About

IVA Base JS allows for jQuery style element selection and element chaining. It also includes simplified listener binding using "on" and "off" events. The base of the script allows for simple class modification.

  • .hasClass(className);
  • .addClass(className);
  • .removeClass(className);
  • .toggleClass(className);

Extensibility

The example included contains a "plugin" to allow for echoing the console to a div that has been appended to the screen. Helpful for monitoring changes and events on a device.

About

Base JS for simple IVA development on tablets.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published