From 8bd05033b892c5e15f25d9c89001085595baef88 Mon Sep 17 00:00:00 2001 From: Cursor Agent Date: Sat, 25 Apr 2026 07:11:54 +0000 Subject: [PATCH] Remove 'onsale' (new) tag from listings Removes the 'onsale' class tag from all vacation/tour listing items across exercises 04-08. Also removes the 'On Sale Now' filter button and its associated event handler in exercise 07, as they are no longer needed without the onsale tag. Co-authored-by: James Mansfield --- 04 Working-with-DOM /index.html | 4 ++-- 05 Acting on interaction/index.html | 4 ++-- 06 Data tags/index.html | 4 ++-- 07 Event delegation/application.js | 8 -------- 07 Event delegation/index.html | 5 ++--- 08 Hover and click events/index.html | 4 ++-- 6 files changed, 10 insertions(+), 19 deletions(-) diff --git a/04 Working-with-DOM /index.html b/04 Working-with-DOM /index.html index dacd476..42b1ead 100644 --- a/04 Working-with-DOM /index.html +++ b/04 Working-with-DOM /index.html @@ -10,11 +10,11 @@

JQuery Play

This is the code I created when learning jQuery at http://try.jquery.com/