Wuu Posted June 1, 2015 Report Share Posted June 1, 2015 Nepieciešama funkcija JSON array filtrēšanai ar JavaScriptu. Augošā, dilstošā secībā. Tā lai saprot nulles priekša, lielos/mazo burtus, komatus, ja vienā ailē ir gan cipari, gan tekts utt... Meklēju citīgi otro dienu, bet neko sakarīgu nevaru atrast. Varbūt kāds var ieteikt, ko pats lieto? Quote Link to comment Share on other sites More sharing options...
0 Sasa Posted June 1, 2015 Report Share Posted June 1, 2015 Šad tad izmantoju šo lib'u http://underscorejs.org/ Quote Link to comment Share on other sites More sharing options...
0 briedis Posted June 1, 2015 Report Share Posted June 1, 2015 Kāds vēl underscore, lai veiktu prastu sortēšanu??Lūdzu, https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/sortUzraksti vnk savu callback funkciju, kas veic salīdzināšanu. 10 min darbs. Drīz moš iekļausim React + Backbone, lai saskaitītu divus mainīgos? var items = [ { name: 'Edward', value: 21 }, { name: 'Sharpe', value: 37 }, { name: 'And', value: 45 }, { name: 'The', value: -12 }, { name: 'Magnetic' }, { name: 'Zeros', value: 37 } ]; items.sort(function (a, b) { if (a.name > b.name) { return 1; } if (a.name < b.name) { return -1; } // a must be equal to b return 0; }); Quote Link to comment Share on other sites More sharing options...
0 Sasa Posted June 2, 2015 Report Share Posted June 2, 2015 Kāds vēl underscore, lai veiktu prastu sortēšanu?? tas tā ar rezervi. Quote Link to comment Share on other sites More sharing options...
Question
Wuu
Nepieciešama funkcija JSON array filtrēšanai ar JavaScriptu. Augošā, dilstošā secībā.
Tā lai saprot nulles priekša, lielos/mazo burtus, komatus, ja vienā ailē ir gan cipari, gan tekts utt...
Meklēju citīgi otro dienu, bet neko sakarīgu nevaru atrast. Varbūt kāds var ieteikt, ko pats lieto?
Link to comment
Share on other sites
3 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.