Prototype getElementsByClassName to JQuery help
Hi at the moment i use this which:
Fetches all of element’s descendants which have a CSS class of className and returns them as an array of extended elements.
var arResizableGalleries = $(PagePanelGroupIDs[i]).getElementsByClassName("Resizable_ImageGallery");
does anyone know how i can do this in jquery?