Exclude links with a specific class ? #75
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hi ,
Just wondering if you know a quick way to exclude link elements with certain class such as "a.no-Pjax"
thanks for your help!
CHRIS
You could overwrite the
getElementsmethod. It's a function that should return a NodeList of elements. How you exclude certain elements is up to you.Or you could do