Commit Graph

12 Commits

Author SHA1 Message Date
Marc Delisle
dea96e2e5a Conditional Ajax for db Structure and Tracking 2011-01-29 11:15:35 -05:00
Michal Čihař
85ab22ddc0 input element can not be under tr
This prevented the JS confirmation to work with Chromium, because it
moved the element outside the table.
2011-01-28 10:40:23 +01:00
Marc Delisle
d9d5abee08 adjust totals when dropping a table 2010-11-14 08:08:14 -05:00
Marc Delisle
5a72c4ea7d unneeded wrapping of jQuery objects; prefix their name with dollar sign 2010-11-14 07:48:48 -05:00
Marc Delisle
e161824418 adjust totals when emptying a table; also use classes for more precise handling of td 2010-11-14 07:37:14 -05:00
Marc Delisle
eb21b97041 on clicking Empty, really ensure no further click, change icon, adjust number of rows and size 2010-11-13 17:02:26 -05:00
Marc Delisle
e3e0b2ef99 refresh navi frame after table creation in a non-empty db; also refresh after table drop via drop link 2010-10-09 10:23:06 -04:00
ninadsp
bbb94f628f Created a new js file for the tbl_structure.php page and moved jQuery scripts for it into that file 2010-08-26 20:03:15 +05:30
ninadsp
50f2a0d6ea Improved response of the Truncate table action on success 2010-08-26 19:53:27 +05:30
ninadsp
eccad201bf Added JSDoc-Toolkit compatible documentation to js/db_structure.js 2010-08-10 19:56:04 +05:30
ninadsp
9640a580ff Drop Table and Create Table work as expected now on db_create.php too 2010-07-22 00:12:43 +05:30
ninadsp
a180017106 Moved Ajax handlers of db_structure.php to a dedicated file js/db_structure.js from js/functions.js 2010-07-11 22:33:52 +05:30