-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.php
22 lines (19 loc) · 915 Bytes
/
index.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html>
<head>
<title>Jquery ve PHP ile Sayfa Kaydırmasında Otomatik Olarak Daha Fazla Veri Yükle</title>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/css/all.css" />
<link rel="stylesheet" href="assets/css/style.css">
</head>
<body>
<div class="container mb-5 mt-5">
<h4 class="mb-5 text-center">Jquery ve PHP ile Sayfa Kaydırmasında Veri Yükleme</h4>
<div id="load_data"></div>
</div>
</body>
</html>
<script src="https://code.jquery.com/jquery-3.4.1.min.js" integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo=" crossorigin="anonymous"></script>
<script>
</script>
<script src="assets/js/js.js"></script>