$(function(){ $( "#listado_tendencias"+ ", #listado_noticias"+ ", #listado_columnas"+ ", #listado_entrevistas").each(function(i,dir){ $(dir).ntg_frames_simple_filter({ "keyThreshold": 0, "grupoChange": function( grupos) { }, "textoPlaceholder":"Ingrese una palabra para filtrar", "countNoneText":" disponibles", "countSomeText":" filtrados", "inputInsertBeforeSelector": ">ul", "waiterSelector": '.ntg-waiter', "inputTemplate": '
'+ '
'+ '
' + ' ' + ' ' + ' ' + ' ' + ' ' + ' ' + ' ' + ' ' + ' ' + ' ' + ' ' + '
' + '
'+ '
', "btnBackSpace": '
' + ' ' + '
' }); }); });