Is there a way I can modify my code to create a button that toggles between hiding and showing all images (under the user_upload class), instead of just hiding them?
function hidei(id) {
$('.user_upload').toggle();
Any suggestions would be greatly appreciated. Thank you! :-)