AJAX and JQuery Lab
- Download and unzip this in your webspace.
- Complete the application so that it functions as below...
- Take a look at the following links to see how the php scripts function...
getHistory.php: # http://cs.utm.utoronto.ca/~rosenbl6/309/guessGameAjax/getHistory.php
guess.php: # http://cs.utm.utoronto.ca/~rosenbl6/309/guessGameAjax/guess.php?guess=sdufhdsuf
guess.php: # http://cs.utm.utoronto.ca/~rosenbl6/309/guessGameAjax/guess.php?guess=26
guess.php: # http://cs.utm.utoronto.ca/~rosenbl6/309/guessGameAjax/guess.php?guess=3
newGame.php: # http://cs.utm.utoronto.ca/~rosenbl6/309/guessGameAjax/newGame.php
- Your stuck? See the hints This is the solutions files sorted.
- My suggestion is that you work in pairs on it, one do the html/JQuery/AJAX, the other work on the three php scripts.
References