I have a Block display built in Views2. It's a Dynamic display block (slideshow of nodes).
I am passing different Organic Group id's as an argument to this view's block, so that it can show different posts from different Organic Groups.
After refreshing the entire page (Pressing F5 manually), I get different posts from different organic groups.
I don't want to refresh complete page, instead only a Slideshow block every 25 seconds.
I tried a Jquery code which refresh a DIV (in which my slideshow is), but it doesn't refresh the random Argument which I am passing to Views display block. How I can refresh this Argument ?
Help here please.