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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added support to set attribute values directly from function call results!
Improved the ignore check to use actual boolean value.
Added improved checks around the elements (incase they are removed from the DOM).
Added a new configuration option called "assignMissingIds" (defaults to false), which will assign Ids to the elments that do not contain them.
Added a new configuration option called "elementIdPrefix" (defaults to "rattribute"), which states the element Id prefix to used when "assignMissingIds" is enabled.