Difference between revisions of "Board18Main"
Jump to navigation
Jump to search
(Initial version of this page) |
|||
Line 3: | Line 3: | ||
==Function logoutOK(resp)== | ==Function logoutOK(resp)== | ||
Function logoutOK is the callback function for the ajax | Function logoutOK is the callback function for the ajax | ||
logout call. | |||
==Function listReturn(response)== | ==Function listReturn(response)== |
Revision as of 12:51, 31 October 2014
The following functions are used by board18Main.php
Function logoutOK(resp)
Function logoutOK is the callback function for the ajax logout call.
Function listReturn(response)
Function listReturn is the success callback function for the ajax myGameList.php call. It appends a list if games to the table in board18Main.php.
Function registerMainMenu()
The registerMainMenu function creates the main menu on the board18Main page. It uses the jquery context menu plugin.