Answer the question
In order to leave comments, you need to log in
How to speed up bootstrap modal window appearance?
Good afternoon,
for some reason my modal window is loaded with a delay, I want to speed it up - who came across it?
Here is my code >>>
$this->registerJS('
$(\'#updateButton-A, #updateButton-B, #updateButton-M, #updateButton-Z\').click(function(){
$(\'div#updateContent\').empty();
$(\'#modal\').modal(\'show\')
.find(\'div#updateContent\')
.load($(this).attr(\'value\'));
});
');
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question