You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Hello. Is there any way to check does the URL contains any arguments? I've tried
$.isEmptyObject(Arg.all())
,typeof Arg.all() !== 'undefined'
andArg.all().length !== 0
, but there's just an empty array{}
without any properties.Regards,
Andrew.
The text was updated successfully, but these errors were encountered: