Hi
I would like to ask how can I bind element that is dynamically created using javascript?
E.g. I created a textarea using summernote plugin $(element).summernote(). The element textarea does not exist before I created it through an add button.How can I bind the textarea element?