-3

This is the code for the script, but it's not working please help me.

 <script>  
  function loading(){
    $("#loading").removeAttr("hidden");
  }

  $(function () {
    //Initialize Select2 Elements
    $(".select2").select2();
    $("#example1").DataTable();
  });
</script>

This is the code for the script, but its not working please help me.

<script src="<?php echo base_url()?>public/jquery-1.12.3.min.js"></script>
<script src="<?php echo base_url()?>public/bootstrap/js/bootstrap.min.js"></script>
<script src="<?php echo base_url()?>public/app.min.js"></script> 
<!-- DataTables --> 
<script src="<?php echo base_url()?>public/datatables/jquery.dataTables.min.js"></sc‌ript>
<script src="<?php echo base_url()?>public/datatables/dataTables.bootstrap.min.js"><‌​/script> 
<!-- Select2 -->
<script src="<?php echo base_url()?>public/plugins/select2/select2.full.min.js"></sc‌​ript>

This image is the function to view my other addition list

This is the image view of my table

this image is the console error please click here

Nemuel
  • 11
  • 5

1 Answers1

0

I Fix it on my Own..

I have a "colspan= 2" in the view table and i have a extra "td" in my code thanks to all your comment.

Nemuel
  • 11
  • 5