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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: