I have many images that are all part of one class, here is the code:\[code\]class='button_cell'\[/code\]Can I please have some help to set all of these images to not be visible via Javascript?I use the following code to set all items in a DIV to be disabled:\[code\]$('#incident_div').find('input, textarea, button, select').attr('disabled',true);\[/code\]I am guessing that the code should be similar, yet I am stuck.May I please have some help with this?