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
Hello,
It could be convenient to replace the id selector with selector = '[id="'+k+'"]'; (line 55).
Sometimes ids may contain dots (entity_person_id.person_email) and the current selector does not work because the dot tries to match a class.
Regards
Hello,
It could be convenient to replace the id selector with
selector = '[id="'+k+'"]';(line 55).Sometimes ids may contain dots (
entity_person_id.person_email) and the current selector does not work because the dot tries to match a class.Regards