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 -

how to prompt save As Box in Excel Interlop c# MVC 4 -

xslt 1.0 - How to access or retrieve mets content of an item from another item? -