jquery is not loading

jquery is not loading

yskapellyskapell Posts: 47Questions: 14Answers: 3

Hello all,

I am trying the code below and I get error that for datatable, select, button
"datatables.min.js:16 Uncaught ReferenceError: jQuery is not defined
at datatables.min.js:16:309
at datatables.min.js:16:333 "

In my file I have

<!DOCTYPE html>
<html>
<head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title></title>


        <link href='dataTables/datatables.min.css' rel='stylesheet' type='text/css'>

    <script src="dataTables/datatables.min.js"></script>
        <script src="dataTables/Select-1.5.0/js/select.dataTables.min.js"></script>
    <script src="dataTables/Buttons-2.3.3/js/buttons.dataTables.min.js"></script>
        <script src="https://code.jquery.com/jquery-3.4.1.min.js"></script>

</head>
<body>

    <!-- Table -->

    <div id="events">
        Row selected count - new information added at the top

any idea?

This question has an accepted answers - jump to answer

Answers

  • yskapellyskapell Posts: 47Questions: 14Answers: 3
    Answer ✓

    I cleared everything, update the browser and worked.

Sign In or Register to comment.