O
Size: a a a
И
И
O
O
И
/* When the user clicks on the button,
toggle between hiding and showing the dropdown content */
function myFunction() {
document.getElementById("myDropdown").classList.toggle("show");
document.getElementById("dropbtn").classList.toggle("focus");
}
// Close the dropdown if the user clicks outside of it
window.onclick = function (e) {
if (!e.target.matches('#dropbtn')) {
var myDropdown = document.getElementById("myDropdown");
if (myDropdown.classList.contains('show')) {
myDropdown.classList.remove('show');
}
var myButton = document.getElementById("dropbtn");
if (myButton.classList.contains('focus')) {
myButton.classList.remove('focus');
}
}
}
И
D
https://1941.411.11.111:..../api/v1
к примеру, как его лучше назвать, url
или endpoint
?D
И
И
{
{
D
AD
D
j
D
D