mirror of
https://github.com/caddyserver/website.git
synced 2025-05-01 09:19:14 -04:00
Rework AJQuery to $_ to not interfere with jQuery
This commit is contained in:
parent
babfa3a7c0
commit
36841d57d4
13 changed files with 57 additions and 57 deletions
|
@ -640,9 +640,9 @@
|
|||
// Original hover glowy effect code from here:
|
||||
// https://codepen.io/inescodes/pen/PoxMyvX
|
||||
|
||||
const cardsContainer = $(".plans");
|
||||
const cards = Array.from($$(".plan"));
|
||||
const overlay = $(".overlay");
|
||||
const cardsContainer = $_(".plans");
|
||||
const cards = Array.from($$_(".plan"));
|
||||
const overlay = $_(".overlay");
|
||||
|
||||
function applyOverlayMask(e) {
|
||||
const overlayEl = e.currentTarget;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue