-
Notifications
You must be signed in to change notification settings - Fork 56
Open
Description
in system 1 i have :
[code]
In system 2 i have:
<script src = 'libjq.js'></script> <script src = 'pm.js'></script> <script> $(document).ready(function(){ pm.bind('server', function(data) { $.post('response.php',function(response) { var jsonresponse = $.parseJSON(response); $.extend(data, jsonresponse); }); alert(data.toSource()); return data; }); }); </script>For the first click of button it is working. when i click different or same button again it is not.
Metadata
Metadata
Assignees
Labels
No labels