Сообщение от tsigel
|
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.js"></script>
<input id="1" type="text" value="адын"/>
<script>
alert(document.getElementById('1').value);
</script>
|
боюсь спросить, но зачем здесь jquery подключен?