I have seen lots of jQuery examples where parameter size and name are unknown.
My URL is only going to ever have Best Answertring:
http://example.com?sent=yes
I just want to detect:
- Does
sent
exist? - Is it equal to “yes”?
I have seen lots of jQuery examples where parameter size and name are unknown.
My URL is only going to ever have Best Answertring:
http://example.com?sent=yes
I just want to detect:
sent
exist?