fix: update formatting and DOM manipulation in SimpleCheckout.js
- Feb 27, 2025
-
-
verfasst von Henning Leutz
This commit implements minor refactoring changes in the SimpleCheckout.js file. - Updated formatting to include space before function parameters across multiple method declarations for improved readability. - Modified DOM manipulation logic to use data-name attribute instead of class name for element selection, enhancing selection accuracy. - Added data-name attribute set command to retain DOM element specific data when replacing HTML. - Improvements in 'require' callbacks to use fat arrow function notation. - Minor adjustments in formatting in methods dealing with Events and DOM manipulations. Related: coupons#19
-
- Feb 12, 2025
-
-
verfasst von Michael Danielczok
-