hkalbertl / jquery.appendGrid

The dynamic table input JavaScript plugin
https://appendgrid.azurewebsites.net
MIT License
148 stars 77 forks source link

following the example code but version issues #109

Closed richb201 closed 7 years ago

richb201 commented 7 years ago

I have been trying to get a basic appendgrid program going. I was having issues with include files not being found, so I decided to go back to the example posted.

SubstantiateIT

I tried finding the exact versions of the css and js files in the examples but couldn't. I found the 1.6.3 files for append grid. For the Jquery-ui files, I found version 1.11.2 which is where the jquery-ui above are from.

I am getting the following runtime error:

jquery-ui.js:14 Uncaught ReferenceError: jQuery is not defined at jquery-ui.js:14 at jquery-ui.js:16

I have all the files above plus my own .js and html file in the same directory. Can anyone explain my version problem and how I solve it. My code is working except for these include issues.

richb201 commented 7 years ago

never mind I found the problem.