Monday, May 16, 2022
A responseless XHR (POST) request is a request which does not require any user feedback, such as storing post views…
Monday, May 16, 2022
I’ll just leave this here for reference purposes and I won’t explain any code, as it’s obsolete and I’m not…
Monday, May 16, 2022
This post covers the topic of passing arguments to external JavaScript files. I want to say up front that there…
Monday, May 16, 2022
In the latest iteration of my YouTube Playlist Player plugin, I decided to remove all jQuery dependencies. I replaced the…
Monday, June 12, 2023
In an effort to remove all jQuery dependency from one of my plugins, I decided to turn all jQuery.ajax() requests…
Tuesday, May 10, 2022
This JavaScript function will send an AJAX request - GET or POST - with no third-party dependencies. I find it…