Debbuging JS methods

  1. Run the app.
OSUICode::customTextInputExample(1)
  1. Open the developer tools
  2. On the sources tab, look for the customTextInputBinding.js script
  3. Put a breakpoints in the find method
  4. Reload the page
  5. Type the console $(scope).find('.input-text') to display the DOM element

If hover over the JavaScript output, the element will be highlighted.