volosoft / jtable

A JQuery plugin to create AJAX based CRUD tables.
http://www.jtable.org
1.1k stars 506 forks source link

i follow Getting Started procedure but not display the table #1443

Open jamiguel77 opened 10 years ago

jamiguel77 commented 10 years ago

Hi friends,

I followed http://www.jtable.org/GettingStarted

but the table not was displayed on my webpage I downloaded jquery.js and jquery-ui.min.js of course the files are in the right place.

I tested (by sample)

and too changed to:

but arghh not displayed the TABLE any advice? (thanks)

here my code:

<!DOCTYPE html>

Ingresos Venta Dia ```
Codigo: Nombre Producto:
```
jamiguel77 commented 10 years ago

I changed:

<!-- Include jTable script file. -->
<script src="/css/jtable/jquery.jtable.min.js" type="text/javascript"></script>
<script type="text/javascript" src="/css/jtable/jquery.js"></script>
<script type="text/javascript" src="/css/jtable/jquery-ui.min.js"></script>

by:

<script type="text/javascript" src="/css/jtable/jquery.js"></script>
<script type="text/javascript" src="/css/jtable/jquery-ui.min.js"></script>
<!-- Include jTable script file. -->
<script src="/css/jtable/jquery.jtable.min.js" type="text/javascript"></script>

but continue not show the jtable :(

thanks