$('#main a:not([href*="#"])')...
Whats the right way (or is it even possible) ti add another not exception for those links?
e.g. right now I’m selecting all links inside of #main that do NOT contain a #hash in its uri.
However I need to make a second exception. Whenever a link contains [href*="?forum="]
Any idea how I can add both not-exceptions to this selector?
thank you.
so do the second
noton the outside: