Skip to main content

All Questions

1 vote
2 answers
359 views

How to I find what is hiding an element?

I'm having a problem where when the page is loaded, a div element becomes hidden. Developer Tools in Chrome tells me "element.style" is setting "display: none" It's not in my css anywhere to display ...
ChaBuku Bakke's user avatar
0 votes
1 answer
2k views

Loading image using galleria slide show

I'm using Galleria to display images as slide show. I'm getting problem with display images when the connection to the website slow. The Galleria script waits to load completed images on the website ...
nvtthang's user avatar
  • 604
1 vote
1 answer
220 views

jQuery Resize Plugin apply to <a>

I'm usign jQuery resize plugin Plugin here, it work's as it should on images. But I'm trying to apply it to the gallery Galleriffic The problem is that the main image is wraped in <a> and ...
Artur Rain's user avatar
2 votes
1 answer
134 views

Close and Reopen jQuery Plugin

I've made a gallery plugin which has some .on ('mouseenter' , .on ('mouseleave and .on ('click events (for graphic effects) on divs appended by the plugin self. I need to close and reopen this plugin ...
JohnnyCau's user avatar
0 votes
1 answer
302 views

Change image on radio checked using Jquery plugin Pikachoose

Okay so I have radio buttons to choose the colour of the t-shirt design and an image gallery showing what these look like: http://www.pazzle.co.uk/index.php?main_page=product_info&cPath=6_1&...
Lewis's user avatar
  • 43
0 votes
1 answer
15k views

Image gallery for jQuery mobile

I would like to use a jQuery mobile gallery plugin on my mobile app. What I would like to find is one that has all the images on one line with swipe functionality. I have tried PhotoSwipe and some ...
redrom's user avatar
  • 11.6k
0 votes
2 answers
2k views

Jquery lightbox doesnt work with AdGallery

Im using AdGallery for creating an image gallery (following this plugin : http://coffeescripter.com/2009/07/ad-gallery-a-jquery-gallery-plugin/). And Jquery lightbox : http://leandrovieira.com/...
Nấm Lùn's user avatar
  • 1,275
1 vote
1 answer
805 views

Jquery Slide bar Gallary

I want a gallery slide bar like http://www.greggs.co.uk/ is there any jquery tools for doing this? thanks
Ali's user avatar
  • 500
2 votes
3 answers
2k views

jQuery Galleria - Error: $("ul.gallery_demo").galleria is not a function

I have used multiple jQuery in my page. Two of them are working fine.When I tried to integrate the galleria script, it says, Error: $("ul.gallery_demo").galleria is not a function The code is ...
Rekha's user avatar
  • 449
1 vote
2 answers
1k views

How can I make image_crop with the Galleria jQuery plugin different if the image is wider vs taller?

Essentially I want to change a variable for image crop depending on the dimensions of each image in the gallery. If an image's height is greater than the width I want to switch to the height crop, ...
Lee Tindell's user avatar
0 votes
2 answers
259 views

Is there a jQuery gallery/slideshow plugin that matches these criteria?

Can anyone point me in the direction of a jQuery slideshow/gallery plugin that matches these criteria (or can be customized to through setting its options)? Can be inserted into a div - not a popup ...
ben's user avatar
  • 29.6k
1 vote
1 answer
654 views

Image gallery with a Lightbox in jQuery

I'd like to create a jQuery image gallery of showcased products. It will show one product image at a time, with Next/Previous arrows, and a brief name and price as overlay on the image. If users click ...
Alex's user avatar
  • 35.6k