[ask] resize on image

[ask] resize on image

 Hi,

im new to jQuery 

I have a question to ask here:

the code below, the " $(document) "

   
  1.  $(document).ready(function() { $("div.slide").supersize(); });
how to make it into array of objects ? because I found that this line only fired once to a single object/element. I try to tweak a sliding gallery contain of 4 buttons and 4 images - each image is assigned into buttons and supersized them to fill the browser window and i noticed that the line above affecting the 1st image only - not the 2nd - 3rd nor 4th. 

how to make an Event to affect to those 4 images

please advice

thanks