i want this, , have of these
<!-- jquery --> <script src="js/jquery.js"></script> <script src='js/jquery.min.js'></script> <script src='js/moment.min.js'></script> <script src="js/jquery-events.js"></script> <script type="text/javascript" src="http:////code.jquery.com/jquery-1.10.2.min.js"></script> <!-- datatables --> <script type="text/javascript" src="http:////cdn.datatables.net/1.10.9/js/jquery.datatables.js"></script> <!-- datatables css --> <link rel="stylesheet" type="text/css" href="http:////cdn.datatables.net/1.10.9/css/jquery.datatables.css"> <!-- bootstrap core css --> <link href="css/bootstrap.min.css" rel="stylesheet"> <!-- bootstrap core javascript --> <script src="js/bootstrap.min.js"></script> <script type="text/javascript" src="js/bootstrap-filestyle.min.js"></script> <!-- custom css --> <link href="css/sb-admin.css" rel="stylesheet"> <!-- custom fonts --> <link href="font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css"> <!-- main css (the custom css)--> <link href="css/avaliacao.css" rel="stylesheet">
and javascript
<script type="text/javascript" language="javascript"> ;(function($){ $('#avaliacao').datatable(); })(jquery); </script>
but datatable shows row table no design @ shows no errors
my jsfiddle code , works not in website
Comments
Post a Comment