My simple JS functions failing after adding DataTables()
I am NOT a JS expert, I just program well in other languages and do the same w/ what I know about JavaScript.
Some of this code is not even being accessed, but apparently scanned.
All have been in my 'library' file for months, some of it accessed at times, some never. Even the `never` is burping.
From page shown in Prelist form.png I click the linked #.
The link's target page list_plan_levels.html consists of my libraries above the comment delimiter, the DataTables() libraries below, then the HTML Table template.
The JS that get's me to Target page is found in excerpts from WorkflowScripts.js.
WorkflowScripts.js (Lots left out because this works.)
The link's target page list_plan_levels.html consists of my libraries above the comment delimiter, the DataTables() libraries below, then the HTML Table template.
The JS that get's me to Target page is found in excerpts from WorkflowScripts.js.
WorkflowScripts.js (Lots left out because this works.)
Open in new window
listPlanLevelsClick() and the JS .ready() functionOpen in new window
Code fragment that generates data for DataTables(), invoked above (MAYBE).Open in new window
When I lick the #-link I get the error shows in error1.png, NO table of data, and NOT constrained to DIV w/ ID="center_body".Please let me know if I need to provide more.
I did try removing my reference to jquery-2.2.3, but the link https://cdn.datatables.net/1.10.12/js/jquery.dataTables.min.js does not suffice as a substitute. LOTS of errors.
Thanks again,
Ralph