As it says in the title, this script makes searching and gallery page switching do ajaxy things.
How searching looks:(IMG:[
i.imgur.com]
https://i.imgur.com/4562dbN.gif)
How gallery page switching looks:(IMG:[
i.imgur.com]
https://i.imgur.com/UEhYMXE.gif)
If you have any scripts that modify ajax-loaded elements (like me), you can use this event:
CODE
// Example of handling AJAX page load event
document.addEventListener('AJAXPageload', function (e) {
console.log('Page with href '+e.detail+' was loaded wia AJAX!');
}, false);
This way you can let your scripts know when they should do they code-things.
Script:
ajaxgalleries1.0.0.js.txt ( 2.97k )
Number of downloads: 163Hope this helps!