, , ? [ ] script .ready()
, JavaScript, , .. DOM. , ( jQuery), CSS - .
.ready() , , , "" JS , , DOM. , , .
, JavaScript ( ) .ready() , script, , (), , , html. :
<input type="text" id="input1">
<script>
$("#input1").change(function() { });
$("#input2").change(function() { });
</script>
<input type="text" id="input2">
, - - , , .ready() - .
, .ready(), script , ( .ready()) .
.ready() JS , , . <head>, , , .ready().