Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2014
35
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. $('.myButtonName').click(function () {
  2. $('#myWelcomScreenDiv').hide(200, function () {
  3. $('#myAdminSettingsDiv').show(200);
  4. });
  5. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement