tags:

views:

151

answers:

2
A: 

Seems to be CSS problem... (if I understand all) so show us CSS. Try to use web-developer tool to check generated source of your jquery script.

Rin
each image container inside the main container is set to float at the left, but it ain't working. Setting the white-space css property didn't work as well.
yoda
A: 

I've figured it out. I was deleting the markup elements using remove() function but apparently I wasn't removing the main container of the image, just the contents.

yoda