I have a div that when the webpage first loads is empty (collectionBin). I have thumbnail images that users can drag and drop into that empty div. I have a div that is hidden that provides options for users. I want this div to become visible only when the empty div (collectionBin) has an image inside of it. I’m not sure if I am explaining this well enough. Below is a link to the page that will hopefully help.
http://www.plantcombos.com/header/main_index.php?display=random_mix¤tpage=1
Any help would be much appreciated. Thanks.
In your code here
Try adding a line in the
dropfunction:$("#cbOptions").show()(or whateverdivyou want to appear).