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.
Continue readingObserveCategory Archives: Javascript/jQuery
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 readingJoomla’s Email Protection Script in an AJAX ResponseSentinels
Using IntersectionObserver and some extra DOM elements called sentinels to detect when an element becomes sticky.
Continue readingSentinelsThe Petfinder Module – Version 3.3.0
Petfinder 3.3.0 introduced the Polaroid Effect option thanks to a recommendation from my good friend at GrimeyMedia. You can check it out on the demo page. Once the Polaroid Effect is enabled, a site administrator has the ability to set the maximum degree of rotation for each pet card. The range is between 1 and […]
Continue readingThe Petfinder Module – Version 3.3.0Vanilla
Recently, I’ve been working to remove jQuery dependencies on personal projects. I outlined some of that effort with the refactoring of my A-Z Directory module. But I turned my attention to my joomla.bmorecreativeinc.com site, which as you might have guessed, is a Joomla site which serves as my demonstration, documentation, and download repository for my […]
Continue readingVanilla