[jQuery] How refresh a div with a link?

[jQuery] How refresh a div with a link?


Hello
I've make a little carousel with rss feed from Flick regarding certain
keywords. It's generate randomly: switzerland + RANDOMTAG.
All is working perfect, except that I wish add a link or button to refresh
the carousel div to let the user the liberty to generate a new random
carousel with a new keyword. I can't work it out. And the refresh() it's to
working.
could you help me on this little feature?
A lot of thx in advance.
Regards, Dom
My whole code:
http://www.nabble.com/file/p21070429/draft.html draft.html
or the refresh part:
$('#refreshflickr').click(function(){
$('#flickrcarousel').refresh();
alert("new keyword: "+keyword);
});
--
View this message in context: http://www.nabble.com/How-refresh-a-div-with-a-link--tp21070429s27240p21070429.html
Sent from the jQuery General Discussion mailing list archive at Nabble.com.