You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'#first' is conditional. if the "#first" is not in the HTML code script is not running.
If any id is not present in HTML it should ignore and run the next line.
error
Uncaught TypeError: Cannot read properties of undefined (reading 'getBoundingClientRect')
at enjoyhint.js:154:60
The text was updated successfully, but these errors were encountered:
sabinantony
changed the title
var enjoyhint_script_steps = [ { "next #first": 'text', }, { "next #second": 'text' }. '#first' is conditional. if the "#first" is not in html code script is not running.
conditional elements
May 24, 2023
sabinantony
changed the title
conditional elements
Conditional elements in html
May 24, 2023
var enjoyhint_script_steps = [ { "next #first": 'text', }, { "next #second": 'text' }.
'#first' is conditional. if the "#first" is not in the HTML code script is not running.
If any id is not present in HTML it should ignore and run the next line.
error
Uncaught TypeError: Cannot read properties of undefined (reading 'getBoundingClientRect')
at enjoyhint.js:154:60
The text was updated successfully, but these errors were encountered: