Skip to main content
deleted 4 characters in body
Source Link
MysticMagicϡ
  • 28.8k
  • 16
  • 77
  • 126

I am using following code

$(document).ready(function() {
        $(".text_message").autosize();
}

for autosizing the text box. My problem is this is not working for dynamically added text boxes. How to resolve this.?

I am using following code

$(document).ready(function() {
        $(".text_message").autosize();
}

for autosizing the text box. My problem is this is not working for dynamically added text boxes. How to resolve this.

I am using following code

$(document).ready(function() {
    $(".text_message").autosize();
}

for autosizing the text box. My problem is this is not working for dynamically added text boxes. How to resolve this?

Code inis not working with dynamically added element

Source Link
xrcwrn
  • 5.3k
  • 17
  • 72
  • 130

Code in not working with dynamically added element

I am using following code

$(document).ready(function() {
        $(".text_message").autosize();
}

for autosizing the text box. My problem is this is not working for dynamically added text boxes. How to resolve this.