01.
function
showretire(cal2){
02.
$.ajax({
03.
type:
"POST"
,
04.
url:
"../form/find1.php"
,
05.
data: {cal:cal2},
06.
cache: false,
07.
success:
function
(txtHint){
08.
09.
}
10.
});
11.
}
12.
13.
<div
class
=
"table-responsive"
data-pattern=
"priority-columns"
>
14.
<table
class
=
"table table-bordered sorted_table "
>
15.
<thead
class
=
"bg-primary"
>
16.
<tr
class
=
"bg-primary"
>
17.
<th width=
"8%"
scope=
"col"
>ลำดับ</th>
18.
<th width=
"8%"
scope=
"col"
>รหัสพนักงาน</th>
19.
<th width=
"15%"
scope=
"col"
>ชื่อพนักงาน</th>
20.
<th width=
"15%"
scope=
"col"
>ตำแหน่ง</th>
21.
<th scope=
"col"
></th>
22.
</tr>
23.
</thead>
24.
<div id=
"txtHint"
>
25.
26.
</div>
27.
</table>
28.
</div>