Konu
Sizce hata nerede?
27-02-2023, 12:01:07
#7
ikipac
jQuery yüklenmiyor. O olmadığı için "<script type="text/javascript">jQuery(document).ready(function() { ... " kodunuz çalışmıyor.
<head> ekitketleri arasına
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
ekleyin.