jQuery - how to write 'if not equal to' (opposite of ==)
==
=> !=
===
=> !==
Equal and its opposite
The opposite of the ==
compare operator is !=
.
==
=> !=
===
=> !==
Equal and its opposite
The opposite of the ==
compare operator is !=
.