It's my current gallery:
<div class="gallery">
<a href="images/big/01.jpg" class="photo"><img alt="" src="images/gallery/01.jpg"></a>
<a href="images/big/02.jpg" class="photo"><img alt="" src="images/gallery/02.jpg"></a>
<a href="images/big/03.jpg" class="photo"><img alt="" src="images/gallery/03.jpg"></a>
<a href="images/big/04.jpg" class="photo"><img alt="" src="images/gallery/04.jpg"></a>
<button class="more">show me more</button>
</div>
Here is a shot: http://i.stack.imgur.com/24K7n.png
I just want to make the button
load another line of images that I put in a specific DIV, when clicked.
The main goal is load: It means I want to get new images requests just after the click. I think it should be done by using jquery DOM.