I am trying to get value of td using jquery like this.
$("#id").find(".class").attr('value');
//or
$("#id").find(".class").val();
both returns empty string although it has a value. note* i'm trying get value of dynamically created element. thanks in advance.