jquery.redirect icon indicating copy to clipboard operation
jquery.redirect copied to clipboard

jQuery Redirect Plugin

Results 6 jquery.redirect issues
Sort by recently updated
recently updated
newest added

Uncaught TypeError: Cannot set properties of undefined (setting 'redirect')

Current version is 1.1.3 not 1.1.4 ![grafik](https://user-images.githubusercontent.com/12803406/77743201-fda18080-7017-11ea-9941-536e032c823b.png) See: https://github.com/mgalante/jquery.redirect/releases

Any fields that have a blank string as a value are removed. This does not match $.ajax() For example $.ajax() would send: foo[bar]: beep foo[test]: foo[bla]: boop but $.redirect() sends:...

Hi, I am trying to use this Lib in a react project, but I can not get it working. Do you have an Idea how I can go about it?

How can I do this? $.redirect("{% url "/login.php", {'id[]': [1, 2]}, 'GET'); can I transfer an object only?

Hello, First, thank you for providing this very unknown and useful library. I am trying to add headers for CSRF security to the system I'm developing. I found that adding...