var lastValue = parseInt(document.getElementById("IdOfElement").options.lastValue); alert(lastValue);
var lastValue = $('#IdOfElement option:last-child').value(); alert(lastValue);
برچسب: نویسنده: آیلین رضوانی تاريخ: شنبه 23 دی 1396 ساعت: 8:05