View Single Post
Old 10-14-2012, 12:04 PM   #3889
VICTORSJG
Addict
VICTORSJG once ate a cherry pie in a record 7 seconds.VICTORSJG once ate a cherry pie in a record 7 seconds.VICTORSJG once ate a cherry pie in a record 7 seconds.VICTORSJG once ate a cherry pie in a record 7 seconds.VICTORSJG once ate a cherry pie in a record 7 seconds.VICTORSJG once ate a cherry pie in a record 7 seconds.VICTORSJG once ate a cherry pie in a record 7 seconds.VICTORSJG once ate a cherry pie in a record 7 seconds.VICTORSJG once ate a cherry pie in a record 7 seconds.VICTORSJG once ate a cherry pie in a record 7 seconds.VICTORSJG once ate a cherry pie in a record 7 seconds.
 
Posts: 318
Karma: 1846
Join Date: Dec 2009
Device: PRS-505
How can i sort by title the different titles of the menus, like prsplus settings?

in this menu it is used this setence:

// Sort nodes by title
prspSettingsNode.nodes.sort(function(a, b){
if (a.title < b.title) return -1;
if (a.title > b.title) return 1;
return 0;
VICTORSJG is offline   Reply With Quote