A unique challenge to logout a user from multiple WordPress installations using Auth0’s API.
Category Archives: Javascript/jQuery
The A-Z Directory Module – Version 7.0.0
Updating the AZDirectory module for compatibility with Joomla 4 was more challenging than expected. The primary issue was respecting the start and finish publishing date/times assigned to a contact.
Observe
As I’ve found applicability to use the trifecta of JavaScript observers in my projects, I’ve tried to blog about them. So far, I’ve written about MutationObserver and IntersectionObserver. On a recent project, I had the opportunity to use ResizeObserver.
Joomla’s Email Protection Script in an AJAX Response
jQuery is great. In previous posts, I have written at length about my admiration for jQuery and how it helped lay the foundation for modern Javascript with it’s intuitive API. I was using jQuery for my AZDirectory module for things like event handlers and AJAX calls. I wanted to remove the jQuery dependency, and replacing …
Continue reading “Joomla’s Email Protection Script in an AJAX Response”
Continue readingJoomla’s Email Protection Script in an AJAX Response
Sentinels
Using IntersectionObserver and some extra DOM elements called sentinels to detect when an element becomes sticky.