Thank you all for help. One more question: For example if I have <div id="MyNumber"><label for="MyNumber">1000</label></div>
Is it possible to get the value ( here 1000) ?
I tried
$('#MyNumber').val();
but it did not work.
Thank you for help
Thank you all for help. One more question: For example if I have <div id="MyNumber"><label for="MyNumber">1000</label></div>
Is it possible to get the value ( here 1000) ?
I tried
$('#MyNumber').val();
but it did not work.
Thank you for help