I am trying to make an image hidden hidden using jQuery. I am using .hide() function. I am applying it to div containing the image which has to be hidden.
Its not working for some reason. I have created a fiddle.
Is it possible to use animate so that the image becomes visible from right to left in say 1 sec. In other words, animate the width from 0 to maximum value but the image should become visible from left to right.
You were not using the correct syntax.missing ); at the end of each function