Konu
İnput'un Type'ini Nasıl Ögrenirim?
12-09-2014, 12:25:55
#3
CemaLi
jQuery ile şu şekilde alabilirsiniz.
<script> $(function(){ var type = $("#inputidsi").attr('type'); alert(type) }) </script>