<input type=text id=input_id /> <script> setInterval(function() { ObserveInputValue($('#input_id').val()); }, 100); </script>