And5, если конечно input такой 1. иначе нужно добавить индекс
<!DOCTYPE HTML>
<html>
<head>
<title>Untitled</title>
<meta charset="utf-8">
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script>
$(function ()
{
$('#id0').html($('[so="so0"]').val())
})
</script>
</head>
<body>
<input value="5" so="so0"></input>
<div id="id0"></div>
</body>
</html>