The equivalent of a Linq.Where() in JQuery:
var elem = $.grep(postcodeResults, function (n) { return n.Udprn == selectedOption; });
Next step will be using linqjs
The equivalent of a Linq.Where() in JQuery:
var elem = $.grep(postcodeResults, function (n) { return n.Udprn == selectedOption; });
Next step will be using linqjs