PHP jQuery Tag-It - showing label from value list -


i try awesome plugin (http://aehlke.github.com/tag-it/). pass related product , store list of ids mysql.

for related product, have list

var relatedproducts = [{value:142,label:'canon'},{value:150,label:'nikon'},{value:174,label:'sony'}]  

i stored value list mysql:

related: 142,150,174 

how can display related product showing label, insteads of showing related ids?

current display:

 related product: 142,150,174 

i want show display list label:

related product: canon,nikon,sony 

could please me here? appreciated!


Comments

Popular posts from this blog

swift - Button on Table View Cell connected to local function -

dns - Dokku server hosts two sites with TLD's, both domains are landing on only one app -

c# - ajax - How to receive data both html and json from server? -