ok
Direktori : /proc/self/root/proc/thread-self/root/proc/self/root/home2/selectio/www/wedding-info/ |
Current File : //proc/self/root/proc/thread-self/root/proc/self/root/home2/selectio/www/wedding-info/script.js |
$(function () { $('#button').click(function () { $('.modal').addClass('open'); if ($('.modal').hasClass('open')) { $('.cont').addClass('blur'); } }); $('.close').click(function () { $('.modal').removeClass('open'); $('.cont').removeClass('blur'); }); });