In a php file i have used include
to include the following js.php file
and prior to that i have included the jquery file.
<script type="text/javascript">
$(document).ready(function(){
alert("hello");
});
</script>
Ama çalışmıyor. Neden? Ben $ (document). hazır atlama işlevi ne zaman çalışır.
Ama içeride jquery kodu gerekir. ne yanlış?