Advertisement
nPhoenix

Pegar e-mail primário // > /identity/settings

Jun 8th, 2012
205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. new Ajax.Request("/identity/settings", {
  2.     onComplete: function (x) {
  3.         email = x.responseText.match(/>(.+)@(.+)</)[0].split(/>/)[1].split(/</)[0];
  4.     }
  5. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement