I don’t really know how to ask this, so I wrote up the script here:
http://jsbin.com/acaxi/edit
It’s pretty straight forward, I’m trying to create sliding panels.
I know there’s alot of scripts that does that good, to be honest there are too many.
If anyone thinks there is a plugin you could recommend instead of my script then please do share!
I’m still not sure what your question is, but I reworked your code a bit to make it work with any number of feed panels (updated demo).
To add feeds dynamically you’ll need to either attach a click function to each new feed added or use the jQuery .live() event handler. I opted for the previous method. Here is the updated demo, and the code: