I have a button and when I click on it, a window should pop up through fadeIn() jQuery. Everything is very simple, here is the program device.
TYK is made here. And it appears after this (p / n - the result in the widget)
Here we have a script
document.getElementById('baton').onclick = function() { $('#coders').fadeIn(); } #coders { position: absolute; background-color: red; width: 25%; height: 35%; display: none; } <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.0/jquery.min.js"></script> <div id="baton"> <p style="text-align: center;" class="landing_text">Разработчики</p> </div> On fakut should work. Does not work.