Selectors excluded
-
the inserted classes in the excluding input field do not work anymore. Your trigger-class will be set anyway. (__mPS2id)
i need to exclude all inline popups that goes to a given #ID
these inline-popups have all a specific class ( inline-popup )
_____
f.e. i put in : .menu-item a , .inline-popup a, …
the right main menu point in the example page above should open a popup that opens an unvisible #ID
if your trigger class isn’t set – it will open.
when i put in the selectors : a[href*=’#’]:not([href^=’#’])
it will work too – but i need those anchor points on scrolling to a given ID on that page.I know that it is in fact the switch to WP 5.6 with its jQuery Version 3.5.1
i know that jquery migrate could help – but it is time to get rid of this interims solution.The page I need help with: [log in to see the link]
- The topic ‘Selectors excluded’ is closed to new replies.