I am trying to dynamically append a textarea to a div using jquery. While the basic code worked, I suspect there is some issue. This is because when I try to return the width of the textarea using its id, it returns a null. That means the id is not set properly as the textarea can be seen in the page. Here is a part of the my jquery codeI am trying to dynamically append a textarea to