Chris2656882
Posts: 0
Joined: Fri May 11, 2012 3:47 pm

Remove Image Placeholders

I have an image placeholder in a list that is populated by a service. Sometimes no image URL is populated for an item. However, tiggzi still displays an empty box when this happens. How can I get tiggzi to hide the holder if there is no image url? It would be great if this were done automatically if no url is provided for an entry.

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Remove Image Placeholders

You can easily hide the image when you do mapping:

code
element.hide();
/code

element - is the jQuery element:

http://help.tiggzi.com/documentation/...

Return to “Issues”