Replies: 1 comment 1 reply
-
|
You can simply use .eq() and check for the length of the result. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a
watchlisttable with anidcolumn.I want to check if the movie page im on's
idmatches anidin said table column. When I'm on a movie page I have access to the specificid. I've looked in the docs for.is(),.contains(),.match(),.eq()and I'm not sure which is best for this.I'm looking for a boolean value to be returned.
Beta Was this translation helpful? Give feedback.
All reactions