I have a page containing the following div element:
Some Value
How woul
You can do get id value by using
test_alert = $('#myDiv').val(); alert(test_alert);
Some Text