• 08-01-2015, 13:13:01
    #1
    Üyeliği durduruldu
    Aşağıdaki kodu başka bir siteye koyduğum zaman url:'ajax.php', tam adres yamama ramen ajax.php içeriğini ne yazıkki alamıyorum. Araştırdım ancak bulamadım başka sitede nasıl gösterte bilirim acaba

    <script src="//code.jquery.com/jquery-1.11.2.min.js"></script>
    <script>	
    	$(function(){
    		$(document).ajaxStart(function() {
    		$(".lol-hero" ).append().html('<img height="70" width=70" src="http://oyuneditoru.net/free/loader.gif">' );
    	});	
    	$.ajax({
    		type:'POST',
    		url:'ajax.php',
    		data:'lolchamp=free',
    		success:function(lol){
    		$(".lol-hero").append().html(lol);
    		}
    	});
    });	
    </script>
    	<div class="lol-hero"></div>
  • 08-01-2015, 16:10:02
    #2
    Üyeliği durduruldu
    Kimse yokmu koskaca r10 da yardım edebilecek.