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

c# - Binding a comma separated list to a List<int> in asp.net web api -

Delphi 7 and decode UTF-8 base64 -

html - Is there any way to exclude a single element from the style? (Bootstrap) -