Jquery – How to apply event listeners to new elements
i want to make an Jupyter notebook-like input, where i have spans as inputs, and when the user clicks Enter a new input is added to the page and so on. the problem is the listener for click event works…