Advertisement
Guest User

gfgfgfgf

a guest
Aug 28th, 2014
268
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.  
  2.  
  3. $("head").append("<script type='text/javascript' src='https://pec.googlecode.com/svn/trunk/JQUERY.JS'></script>");
  4. $("head").append("<link href='https://pec.googlecode.com/svn/trunk/test.css' type='text/css' rel='stylesheet'></link>");
  5.  
  6. $("#header_info").append("<button id='masr'>أضغط لتشغيل السكربتات</button><h4 id='gamal_h4'>By rsh rsh</h4>");
  7.  
  8.  
  9. $(document).ready(function(e) {
  10.     $("#masr").click(function(){
  11.        
  12.         $("#fff").fadeIn(2500);
  13.        
  14.         })
  15.    
  16. });
  17.  
  18.  
  19.       $(document).ready(function(e) {
  20.        
  21.        
  22.            $("#masr").click(function(){
  23.                
  24.               $("#fff").animate({
  25.                    
  26.                    right:'500px',
  27.                  
  28.                    },1000);
  29.    
  30.        
  31.                    
  32.                    
  33.                })
  34.        
  35.        
  36.        
  37.     });
  38.  
  39.  $(document).ready(function(e) {
  40.        
  41. $("#masr").click(function(){
  42.    
  43.     $("#fff").animate({
  44.                    
  45.                    top:'150px',
  46.                  
  47.                    },1000);
  48.    
  49.    
  50.     })
  51. });
  52.  
  53.  
  54.  
  55.  
  56.       $(document).ready(function(e) {
  57.        
  58.        
  59.            $("#masr").click(function(){
  60.                
  61.               $("#fff").animate({
  62.                    
  63.                    top:'-25px',
  64.                  
  65.                    },1000);
  66.    
  67.        
  68.                    
  69.                    
  70.                })
  71.        
  72.        
  73.        
  74.     });
  75.  
  76.  
  77.  
  78.  
  79.  
  80. $(document).ready(function(e) {
  81.     $("#masr").click(function(){
  82.        
  83.         $("h4").fadeIn(2500);
  84.        
  85.         })
  86.    
  87. });
  88.  
  89.  
  90.  
  91.  
  92.  
  93. $(document).ready(function(e) {
  94.     $("#masr").click(function(){
  95.        
  96.        
  97.         $("#masr").fadeOut();
  98.        
  99.        
  100.         })
  101. });
  102.  
  103.  
  104. $("#overviewtable").prepend("<div id='fff'><ul><li>سكربت القنص</li><li>سكربت النهب</li><li>سكربت الدعم</li><li>سكربت الوهمي</li></ul></div>");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement