Posts by Rodrigo Quero De Castro • 1 point
2 posts
-
0
votes3
answers125
viewsA: Save or remove accent on a Textareafor
As you are already using [Allowhtml] in the attribute check if you are using <meta charset="UTF-8"> in the head of the page. That could cause this problem. ps: check how the characters are…
-
-1
votes3
answers2284
viewsA: How to disable Jquerydatatables auto search?
$(document).ready(function () { $('#example1').DataTable({ "filter": false }); });
jqueryanswered Rodrigo Quero De Castro 1