arg.js
arg.js copied to clipboard
Unable to check is there any arguments in URL
Hello. Is there any way to check does the URL contains any arguments? I've tried $.isEmptyObject(Arg.all())
, typeof Arg.all() !== 'undefined'
and Arg.all().length !== 0
, but there's just an empty array {}
without any properties.
Regards, Andrew.