I need real help with an issue I've confronted on www.KimonoLabs.com [on hold]

المشرف العام

Administrator
طاقم الإدارة
I've created a couple of API's with KimonoLabs since I know very close to nothing about code; I'm trying to use these for my website. I want to edit the way the items on the live Kimono block are arranged so that they are put in alphabetical order. I've gone in the "modify results" tab to attempt doing so but I haven't been successful so far. I've put some code into the java script code area to see if that would modify the way the items are arranged in the Kimono Live Block but it does nothing. Here I include a screen-grab of what I mean, I've highlighted the "alt" properties just so you know what exactly I want to put in alphabetical order. I will also include the java script code I'm using to attempt to put the "alt" in alphabetical order.

Here is the screen-grab (included as attachment) of the highlighted "alt" properties I want to arrange in alphabetical order:

&

Here is the java script code I use to attempt to put "alt" in alphabetical order:

function sortByalt(a, b) { var sortStatus = 0; if (a.alt < b.alt) { sortStatus = -1; } else if (a.alt > b.alt) { sortStatus = 1; } return sortStatus;}array.sort(sortByalt);



أكثر...
 
أعلى