$('#ddlSDIDepositSchedule').change(function () {
alert($("#ddlSDIDepositSchedule").val());
});
http://jsfiddle.net/rahularyansharma/KSwcd/
$('#ddlSDIDepositSchedule').change(function () {
alert($("#ddlSDIDepositSchedule").val());
});
alert($('#Crd').val());
and we select Rahul , we get 1$('#dropdownId option:selected').text();
Absolutely! Let’s break down backpropagation and gradients in the simplest possible way , like we’re teaching a curious 10-year-old. 🎯...