Questions tagged [jquery]

jQuery is a cross-browser Javascript library that provides abstractions for DOM traversal, event handling, animation, and Ajax interactions for rapid web development.

134 questions
3
votes
3 answers

Is there a jQuery lightbox plugin that has thumbnails inside the box?

I'm trying to find a lightbox style plugin in jQuery that displays thumbnails at the bottom of the picture (or video, or whatever). I found plenty of lightbox plugins, but none that allows navigation by thumbnail inside the box. The plugin must be…
Gabriel
  • 213
  • 2
  • 6
2
votes
1 answer

jQuery lightbox-like message box

Is there - as far as you know - a lighbox-like jQuery plugin that can display text in a lighbox fashion? I would need to display information and error messages in a message box which should behave just as a lightbox (i.e. shadowing background).
BerserkEVA
  • 163
  • 1
  • 7
1
vote
2 answers

How can I test my site for dependency on jquery?

One of our developers used jquery on a couple of pages and now we're not sure which pages those are. Is there a way to test for dependencies? I.e., given a collection of pages, which need jquery?
Clay Nichols
  • 968
  • 3
  • 11
  • 24
1
vote
4 answers

jQuery: Looking for slideshow/slider plugin

I'm looking for a jquery's plugin that will constantly slide some elements from e.g right to left and when I move a mouse pointer over an element, the animation stops. When I move the mouse pointer out, the animation continues. Did You find that…
Tony
  • 113
  • 4
0
votes
1 answer

Sortable Accordion Modified to Implement More On Click However New Levels Will Not Expand

JS Fiddle: http://jsfiddle.net/JF7PD/ I've been doing extensive work on this and I've just able almost got it fully working. The reason why I am asking for help now is that I don't have a clue why my newly added accordion(s) do not expand upon being…
Tyler
  • 113
  • 3