Resp toto mam hotove ale refreshuje mi to cely modal window a ja potrebujem len updatnut hodnotu v tom inpute
<!-- * Auto updata variable -->
<script type="text/javascript">
    setInterval("my_function();",5000); 
    function my_function(){
      $('#Scan_code').load(location.href + ' #code_reader');
    }
  </script> a v kode
<div id="Scan_code" class="modal">
 <div id="code_reader" >
  <form class="modal-content animate" action="core/update_production.php" method="post">
    <div class="imgcontainer">
      <span onclick="document.getElementById('Scan_code').style.display='none'" class="close" title="Close">×</span>
   
    </div>
    <div class="container">
      <label for="uname"><b>Scan Barcode</b></label>
      <input type="text" name="Barcode" required value="<?php echo Barcode_QR_read();?>">
        
      <button type="submit">Send</button>
      
    </div>
  </form>
  </div>
</div> 
ale refresuje to cele okno ked to posuniem take sa mi zasa zobrazuje a refresuje len input a okno okolo je prec.