Is it possible to load a jquery function right after the user has completed a text input (not on form submission)?
This doesn't seem to work:
<?
if (isset($_POST['textinput'])) {echo "loadjqfunction()";}
?>
Thanks.
Is it possible to load a jquery function right after the user has completed a text input (not on form submission)?
This doesn't seem to work:
<?
if (isset($_POST['textinput'])) {echo "loadjqfunction()";}
?>
Thanks.