Hello, I am relatively new to jQuery and wasn't a javascript guru before i started it, so forgive me if the solution i am looking for is blindingly obvious in the end.
i have a block of content that contains a bunch of collapsed divs. on clicking an icon, the related div expands to show more information. I managed to get figure out to reinitialize the scrollpane so that i could actually see all of the content, but even if i pass maintainPosition: true as a parameter, the content tends to scroll back to the top most of the time, or sometimes it puts the header entry (that contains the icon) at the bottom of the list. what i am trying to figure out is how to get the item i clicked on positioned at the top of the container. I haven't quite got my brain wrapped around all the selectors and chaining. for some really ugly code, have a look here http://www.aslrecycling.com/collectionevents.htm use a zip code of 95133 in the top search area to get the results list that i am trying to clean up. once it works, clean up comes thanks for looking, and for your patience