Cheerful evening, tell me, please, what methods to use to click on the plus sign or Enter to take the value from <input> and add it, for example, to <span> below. Threw an example to make it clearer.
// module__account-note (function() { var add = $('.jsPlus'), input = $('.jsInput'); add.click(function(){ }); })();
textmethod, and add it to the span using theappendmethod - diraria