mixin mainScreen(title,description)
.mainScreen
<!-- =include ../header/main.html-->
.mainScreenContainer
h1=title
p=description
.sendEmailContainer
input(type="text" placeholder="Введите свой email")
button
.nextPage
if (cord <='144.25'){
//Делаем
}
jQuery(document).ready(function() {
jQuery("#block").change(function() {
if(jQuery(this).find("option:selected").val()) {
jQuery(".block-main").addClass('block_open');
}
});
});
const connect = require("gulp-connect-php");
const browserSyncStatic = require('browser-sync');
function phpReload(done) {
browserSyncStatic.reload();
done()
}
function phpServer() {
connect.server({}, function () {
browserSyncStatic({
proxy: "127.0.0.1:8000",
index:"./test.php"
});
});
}
function startServer() {
phpServer()
gulp.watch(`./*.php`, gulp.series(phpReload))
}
В вашем случае вы должны использовать свою функцию и без вызыва
.addEventListener('click', upIncome);