Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ajax #82

Open
VanGog86 opened this issue Jan 20, 2018 · 0 comments
Open

ajax #82

VanGog86 opened this issue Jan 20, 2018 · 0 comments

Comments

@VanGog86
Copy link

VanGog86 commented Jan 20, 2018

Good afternoon! thank you for the plugin. I have a problem, my code is lower
`

<script type='text/javascript' src='jquery-1.11.3.min.js'></script> <script> var p_s_id = ; var s_id = ; var s_value = ; $.ajax({ type: 'POST', url: "lightCHsiri.php", data: {"p_s_id":p_s_id, "s_id":s_id, "s_value":s_value}, success: function(data){ } }); `</script>`

if I call this script and the browser then all the parameters are passed
http://192.168.8.8/js/siri.php?p_s_id=1&s_id=1&s_value=1
but if I insert this link into the plugin, then nothing happens, if I remove the Ajax then everything is OK

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant