Skip to content

Commit a4dbc87

Browse files
authored
Update browse-users.php
1 parent 42aca02 commit a4dbc87

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

browse-users.php

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<title>PHP CRUD in Bootstrap with search and pagination</title>
88

99
<link rel="shortcut icon" href="https://demo.learncodeweb.com/favicon.ico">
10+
<link rel="stylesheet" href="https://code.jquery.com/ui/1.12.0/themes/smoothness/jquery-ui.css" type="text/css">
1011
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/css/bootstrap.min.css" integrity="sha384-GJzZqFGwb1QTTN6wy59ffF1BuGJpLSa9DkKMp0DgiMDm4iYMj70gZWKYbI706tWS" crossorigin="anonymous">
1112
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css" integrity="sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/" crossorigin="anonymous">
1213
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
@@ -182,9 +183,17 @@
182183

183184
</div>
184185

185-
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script>
186+
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script>
187+
186188
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.6/umd/popper.min.js" integrity="sha384-wHAiFfRlMFy6i5SRaxvfOCifBUQy1xHdJ/yoi7FRNXMRBu5WHdZYu1hA6ZOblgut" crossorigin="anonymous"></script>
189+
187190
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/js/bootstrap.min.js" integrity="sha384-B0UglyR+jN6CkvvICOB2joaf5I4l3gm9GU6Hc1og6Ls7i6U/mkkaduKaBhlAXv9k" crossorigin="anonymous"></script>
191+
<script src="https://cdn.jsdelivr.net/jquery.caret/0.1/jquery.caret.js"></script>
192+
<script src="https://www.solodev.com/_/assets/phone/jquery.mobilePhoneNumber.js"></script>
193+
<script
194+
src="https://code.jquery.com/ui/1.12.0/jquery-ui.min.js"
195+
integrity="sha256-eGE6blurk5sHj+rmkfsGYeKyZx3M4bG+ZlFyA7Kns7E="
196+
crossorigin="anonymous"></script>
188197
<script>
189198
$(document).ready(function() {
190199
jQuery(function($){

0 commit comments

Comments
 (0)