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
$.get(url, data, options) works fine whith data if url does not contain "?"
but if called with an url like toto.php?a=0 and data= { b: 0 } the called url is toto.php?a=0?b=0
Expected behavior
check if "?" is present in the url and add data with "&" instead of "?"
The text was updated successfully, but these errors were encountered:
Thanks for opening a new issue. The author has been notified and will review it as soon as possible.
For urgent issues and priority support, visit https://xscode.com/olton/Metro-UI-CSS or Patreon
Describe the bug
$.get(url, data, options) works fine whith data if url does not contain "?"
but if called with an url like toto.php?a=0 and data= { b: 0 } the called url is toto.php?a=0?b=0
Expected behavior
check if "?" is present in the url and add data with "&" instead of "?"
The text was updated successfully, but these errors were encountered: