merci-8.x-2.x-dev/modules/merci_line_item/js/merci_line_item.js
modules/merci_line_item/js/merci_line_item.js
(function ($, Drupal) {
Drupal.behaviors.MerciLineItemBehavior = {
attach: function (context, settings) {
$(context).find('input.myCustomBehavior').once('myCustomBehavior').each(function () {
// Apply the myCustomBehaviour effect to the elements only once.
});
}
};
})(jQuery, Drupal);
