Skip to main content

All Questions

Tagged with
1 vote
0 answers
32 views

Javascript/jQuery Multi filtered gallery and arrays comparison

I'm sorry if this is a duplicate questions, but I've spent over 8hrs trying to figure out how to implement this, but it seems I haven't succeded so far. I've got a photo gallery, each foto contains ...
Chriss's user avatar
  • 323
0 votes
1 answer
172 views

Change Multiple Image Sources from Array

I am creating an image gallery where a user can click "next" and the images will update with the next images. All of the images should update to different images than were currently displayed. For ...
block14's user avatar
  • 619
-1 votes
1 answer
223 views

How do add a Fade in and Fade out effect to a text slide using jquery

How do you add a Fade in and Fade out effect to a text slide using jquery I would like to have each quote fade in and out versus just disappear and reappearing sluggishly. <head> <...
Nemi9's user avatar
  • 19
0 votes
2 answers
124 views

How to addClass to a photo/caption array for portrait images?

I have the gallery working except i can't specify the class for each image so that I can change the proportions of vertical images. this is what I have so far. the code : var photos = new ...
runda.fhein's user avatar
0 votes
1 answer
71 views

Array key variable is changing but not the variable data

I am trying to make a very simple image gallery viewer and something is not working properly with my array and its data, more so the page doesn't respond to the array key changing. What I want is ...
j0sh1e's user avatar
  • 296
0 votes
1 answer
448 views

Create an array in jQuery to advance through image gallery

So, I've created this website that has an image gallery using some aspects of Superbox, but my client would now like to be able to advance through the gallery rather than merely clicking on the images ...
josiahwiebe's user avatar
0 votes
3 answers
461 views

jquery - select / filter items in an array

I have an image gallery that id like to be able to sort by album. I have an array like : var images_gallery = [ { image_src: "images/xmas-1.jpg", album: "xmas" }, { ...
rpsep2's user avatar
  • 3,111
0 votes
3 answers
2k views

slide one image off and a new one in using jquery

I'm am create a custom sliding gallery using my own animate() method. I have a script which pre-loads the images for the gallery and displays image[0] once the page has finished loading. After a 2 ...
johnnyzoo's user avatar