"Correction in Ajax blah"
This commit is contained in:
parent
1aba845ee1
commit
1e33939bec
@ -20,7 +20,7 @@
|
||||
<article class='right'>
|
||||
<h3>Get value from AJAX</h3>
|
||||
<p>Get a random value from the application.</p>
|
||||
<p>Value may randomly be unavailable which will raise an error so you should try it more than once.</p>
|
||||
<p>Randomly raises a voluntary error so you should try it more than once.</p>
|
||||
<input type='text' id='value_receiver'>
|
||||
<input type='button' value="Try me" onclick='javascript:get_value_from_ajax(document.getElementById("value_receiver"), "/get_value_from_ajax", "TETA_ERR");'>
|
||||
</article>
|
||||
|
Loading…
Reference in New Issue
Block a user