kidhermes wrote:
Humm I try this with replaceAll():

$('#refreshflickr').click(function(){
  $('#flickrcarousel').replaceAll('#flickrcarousel');
});

it's working, but it reload twince the page...
Any idea how to fix it?

Regards, Dom

You have to use return false; in order for the link not to use its default action which is to reload the page.

Reply via email to