Paste-bin.xyz
Archive
Sign In
Login
Register
Username
Current Password
Keep me signed in.
Username
Full Name
Email
New Password
JAVASCRIPT
120
script.js
Guest on 19th April 2022 01:12:03 AM
$
(
document
)
.
ready
(
function
(
)
{
$
(
'#mydata'
)
.
dataTable
(
)
;
}
)
;
$
(
document
)
.
ready
(
function
(
)
{
$
(
'#example'
)
.
DataTable
(
)
;
}
)
;
Raw Paste
$(document).ready(function(){ $('#mydata').dataTable(); }); $(document).ready(function() { $('#example').DataTable(); } );
Login
or
Register
to edit or fork this paste. It's free.