switch_access Example

Simple example with various dom elements

Back to list over examples.

Use "Space" and "Enter" to move around and trigger actions.

Moving/resizing of objects can be triggered with either mouse or switch.

How SwitchAccess is initialized in this example:

      $(document).ready(function(){
        window.switch_access = new SwitchAccess({
        highlighter: {
          watch_for_resize: true
        },
        switches: {
          number_of_switches: 2,
        }
        });
      });
      
No switch elements triggered yet...