[ad_1]
$('#btn2').click(function () {
var val = $('#asdf').val();
alert(val);
})
[ad_2]
solved Display the value in the alertbox
[ad_1]
$('#btn2').click(function () {
var val = $('#asdf').val();
alert(val);
})
[ad_2]
solved Display the value in the alertbox