79075790

Date: 2024-10-10 19:02:45
Score: 2.5
Natty:
Report link

For Better Performance Use Trim Function : $('.select').selectize({ openOnFocus: true, items: [''], score: function(search) { var score = this.getScoreFunction(search); return function(item) { return item.text.trim() .toLowerCase() .startsWith(search.toLowerCase()) ? 1 : 0; }; }, });

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Gyaneshwor Gaud