Hide column header text placed in textbox but text doesn't remove when show the column in ie8 itself
$("#hideColumns").html($("#hideColumns").html().replace(selectedItem + "\n", ""));
Hide column header text placed in textbox but text doesn't remove when show the column in ie8 itself
$("#hideColumns").html($("#hideColumns").html().replace(selectedItem + "\n", ""));
$("#hideColumns").val($("#hideColumns").val().replace(selectedItem + "\n", ""));