<textarea name="comt_graph" id="coment_group_value"
rows="5" style="width:275px; border:1px solid #D6403F;"></textarea>
and jquery code is
$(document).ready(function (){
$('.group_coment').live('click',function (){
var coment_val = $('#coment_group_value').val();
alert(coment_val);
return false;
});
});
Hi i check it in js fiddle but it work fine for me
Working example
Are you use the developing tools for this ?
your code is working…
Error script in another place can make you code stopped working. Try to check your syntax