Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

intro.js free alternative

const focusDriver = new Driver();

// Highlight the section on focus
document.getElementById('creation-input')
  .addEventListener('focus', (e) => {
    focusDriver.focus('#creation-input');
  });
Source by kamranahmed.info #
 
PREVIOUS NEXT
Tagged: #free #alternative
ADD COMMENT
Topic
Name
8+6 =