How to use JQuery?
Sanjay Dixit
Select an image from your device to upload
elements.$(".test").hide() - hides all elements with class="test".$("#test").hide() - hides the element with id="test".