* Adjust program module code.
This commit is contained in:
@@ -86,6 +86,16 @@ $("#menuToggle").bind('click', function()
|
||||
$("#morePRJ").hide();
|
||||
});
|
||||
|
||||
$("#morePRJList").mouseover(function()
|
||||
{
|
||||
$("#morePRJ").show();
|
||||
});
|
||||
|
||||
$("#morePRJList").mouseout(function()
|
||||
{
|
||||
$("#morePRJ").hide();
|
||||
});
|
||||
|
||||
function getMorePRJ()
|
||||
{
|
||||
$("#morePRJ").toggle();
|
||||
|
||||
Reference in New Issue
Block a user