MCPcopy Create free account
hub / github.com/OpenIntroStat/ims / removeInput

Function removeInput

libs/datatables-binding-0.18/datatables.js:792–795  ·  view source on GitHub ↗
($cell, restore)

Source from the content-addressed store, hash-verified

790 // bulk edit (row, column, or all)
791 if (!immediate) $input.on('keyup', function(e) {
792 var removeInput = function($cell, restore) {
793 $cell.data('input').remove();
794 if (restore) $cell.html($cell.data('html'));
795 }
796 if (e.keyCode === 27) {
797 for (var i = 0; i < target.length; i++) {
798 removeInput($(target[i]), true);

Callers 1

datatables.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected