jQuery(document).ready(function($){ $("#odgovor").on("shown.bs.modal", function(){ var $this = $(this); $this.focus(); $this.find("input[type='text']").focus(); setTimeout(() => { $("#odgovor").find("input[type='text']").focus(); }, 1000); }); }); function oddajPrijava(elt) { var $odgovor, $forma = $(elt).closest("form"), $url = $forma.attr("action"), $data = $forma.serialize() $forma2 = $(elt).closest("form").next("form"); // Request $.post({ url: $url, data: $data, }).done(function(data) { // Izpisemo obvestila if(data=="