Hello! I can’t replace the url in the script by clicking on the div. How to implement it? Thank you in advance!
<div id="button">Кнопка</div> Here is the script itself
<script> $('#button').click(function () { $.modal({ type: 'ajax', url: 'home/1.html' }); }); </script>