Source files order

Source files order

sahosaho Posts: 16Questions: 11Answers: 0
edited September 2016 in Free community support

How to implement the module source like DataTables to the html file?Is there any sequence order to implement like(css source then min source and then datatables.min.js)

<link rel="stylesheet" type="text/css" href="../lib/DataTables/media/css/jquery.dataTables.css">

<

script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js">

<

script type="text/javascript" language="javascript" src="https://cdn.datatables.net/1.10.12/js/jquery.dataTables.min.js"</script>

Replies

This discussion has been closed.