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
$.redirect(target, [values, [method]])
target: url to redirect
values: an object with the data to send. If not present will look for values as QueryString in the target url.
method: POST or GET. defaults to POST.