Skip to content Skip to sidebar Skip to footer

Trying To Implement Jquery/ajax Into Html Page

echo '
'; echo '
'; echo'

Register

';

Solution 1:

The code seems okay.Only problem I think your reference to jquery library is not right.See the source code and click on the jquery library including line to test whether the path is fine or not. Keep the jquery-1.8.1.min.js on the same folder where these php files are or use any CDN libray like

<scriptsrc="//ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js"></script>

Hope it helps !!

Post a Comment for "Trying To Implement Jquery/ajax Into Html Page"