diff query_builder/index.html @ 27:ed8b4e3f2a73

ISMI.HTML -- Better implementation of query boxes using Select2 on ismi.html, however when the first drop down is changed the ccorresponding one doesn't delete old data. select2('data', null) and similar methods of deleting has been unsuccessful so far
author arussell
date Wed, 02 Dec 2015 00:53:02 -0500
parents 22be4ea663a7
children
line wrap: on
line diff
--- a/query_builder/index.html	Tue Dec 01 02:07:13 2015 -0500
+++ b/query_builder/index.html	Wed Dec 02 00:53:02 2015 -0500
@@ -111,6 +111,7 @@
 								},
 								success: function (res, textStatus, jqXHR) {
 									console.log("success");
+									console.log(res.data);
 									return res.data;
 								},
 								error: function (jqXHR, textStatus, errorThrown) {