phamhieu2781

Results 1 comments of phamhieu2781

I has used this. I wish it can help u: `$(document).ready(function (){ $(document).on('keyup', '.note-codable', function(){ if($(this).val().indexOf('') > -1){ $(this).val($(this).val().replace('', '')); } }); })`