Jam.py (web framework): Difference between revisions

Content deleted Content added
m py and JS
mNo edit summary
Line 31:
send the asynchronous request to the server, hiding the message after response.
 
Server Module ([[Python (programming language)|Python]]):
<syntaxhighlight lang="python">
import time
Line 38:
return params1 + param2
</syntaxhighlight>
Client Module ([[JavaScript]]):
<syntaxhighlight lang="python">
function on_edit_form_created(item) {