Skip to content

Instantly share code, notes, and snippets.

View Sdqblued's full-sized avatar

Ibrahim Abubakar Sadiq Sdqblued

View GitHub Profile
@Sdqblued
Sdqblued / custom.js
Created January 31, 2026 19:48 — forked from Cpeters1982/custom.js
PHP and JS not interacting?
// Here are the two scripts I've been testing. I have a feeling it's something simple I'm missing, but who knows?
// I've tried them in 'custom.js', 'index.php' and 'modal.html' with no luck.
$(document).ready(function () {
$('#modalClose').on('click',function () {
$('#myModal').modal('hide');
});
});
setTimeout(function() {