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

Function inArray

libs/datatables-binding-0.18/datatables.js:352–354  ·  view source on GitHub ↗
(val, array)

Source from the content-addressed store, hash-verified

350 }
351
352 var inArray = function(val, array) {
353 return $.inArray(val, $.makeArray(array)) > -1;
354 };
355
356 // encode + to %2B when searching in the table on server side, because
357 // shiny::parseQueryString() treats + as spaces, and DataTables does not

Callers 3

datatables.jsFile · 0.85
customFilterFunction · 0.85
selectRowsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected