rdsedmundo

login js

Nov 17th, 2011
205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. $('[name=new-login-button]').click(function(){
  2.      user = l.getParameter('user');
  3.      pass = l.getParameter('pass');
  4.        if(user,pass === null || user,pass === '') { return };
  5.         $.post(location.href + '?l=true&ondata=' + btoa(Date.now()),{u:user,p:pass,t:d.token},function(data) {
  6.            $(this).html(data).fadeTo(1000,2.340);
  7.         });
  8. });
  9.  
Advertisement
Add Comment
Please, Sign In to add comment