I have a simple question, I've the following lines which equals to not active links:
$links.not($active).each(function()
{
//Do sth...
});
what is the opposite of the .not(...)
function in JavaScript? because I need to know the active links, Any ideas !?
This is jQuery, not JavaScript. The opposite of .not
is .filter
.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With