Skip to content

Rattribute.js v1.2.0 - Function support! New settings! Minor improvements!

Choose a tag to compare

@william-troup william-troup released this 04 Jul 15:21
a7a570b
  • 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.