From 79836104280edbd5588571cc97515b1f8b95ac95 Mon Sep 17 00:00:00 2001 From: Nathaniel Sabanski Date: Mon, 24 Jun 2024 19:55:31 -0700 Subject: [PATCH] Fired up from 1k milestone --- README.md | 104 +++++++++++++++++++++++++++--------------------------- 1 file changed, 52 insertions(+), 52 deletions(-) diff --git a/README.md b/README.md index ce46dd5..b1f8d45 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ Or, 🌐 via CDN: `` + * 🔥 ` ` * Inspired by the CSS "next sibling" combinator `+` but in reverse `-` * Or, use a relative start. - * ▶️ `
` + * 🔥 `
` #### Ignore call chain when element is missing. -* ▶️ `me("#i_dont_exist")?.classAdd('active')` -* No warnings: ▶️ `me("#i_dont_exist", document, false)?.classAdd('active')` +* 🔥 `me("#i_dont_exist")?.classAdd('active')` +* No warnings: 🔥 `me("#i_dont_exist", document, false)?.classAdd('active')` ## 🔌 Your own plugin