sandy1028 Posted June 11, 2009 Share Posted June 11, 2009 How to hide the <div id="menu"> when the logged in user is not admin. fucntion getuserpermission(user){ //Some code return user; } if($user!="admin"){ } I have to hide the "menu" using javascript Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.