Guest User

Untitled

a guest
Oct 19th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. <script type="text/javascript">
  2. var ray={
  3. ajax:function(st)
  4. {
  5. this.show('load');
  6. },
  7. show:function(el)
  8. {
  9. this.getID(el).style.display='';
  10. },
  11. getID:function(el)
  12. {
  13. return document.getElementById(el);
  14. }
  15. }
  16. </script>
Add Comment
Please, Sign In to add comment