[jQuery] Re: How refresh a div with a link?

2008-12-22 Thread kidhermes


Any idea How I can work it out?

Dom
-- 
View this message in context: 
http://www.nabble.com/How-refresh-a-div-with-a-link--tp21070429s27240p21124698.html
Sent from the jQuery General Discussion mailing list archive at Nabble.com.



[jQuery] Re: How refresh a div with a link?

2008-12-19 Thread kidhermes




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


Thx I try, but it's stuck the script...
$('#refreshflickr').click(function(){
  $('#flickrcarousel').replaceAll('#flickrcarousel');
  return false;
});

And I notice it's reload all the page not only the feed div...
See attach:
http://www.nabble.com/file/p21093068/draft.html draft.html 

Strange... and thx a lot for your help.

Dom
-- 
View this message in context: 
http://www.nabble.com/How-refresh-a-div-with-a-link--tp21070429s27240p21093068.html
Sent from the jQuery General Discussion mailing list archive at Nabble.com.



[jQuery] Re: How refresh a div with a link?

2008-12-19 Thread kidhermes


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

-- 
View this message in context: 
http://www.nabble.com/How-refresh-a-div-with-a-link--tp21070429s27240p21090936.html
Sent from the jQuery General Discussion mailing list archive at Nabble.com.



[jQuery] How refresh a div with a link?

2008-12-18 Thread kidhermes


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.



[jQuery] Re: [Superfish] Third horizontal navigation?

2008-11-12 Thread kidhermes




kidhermes wrote:
> 
> Hello
> 
> I've try to put a third horizontal navigation with Superfish instead
> vertical. How I can do that easly?
> Is that possible?
> 
> Thx for yoru feedback.
> Dom
> 

So, I hope my request are still active.
Any idea?

Dominique
-- 
View this message in context: 
http://www.nabble.com/-Superfish--Third-horizontal-navigation--tp20457772s27240p20460877.html
Sent from the jQuery General Discussion mailing list archive at Nabble.com.



[jQuery] [Superfish] Third horizontal navigation?

2008-11-12 Thread kidhermes


Hello

I've try to put a third horizontal navigation with Superfish instead
vertical. How I can do that easly?
Is that possible?

Thx for yoru feedback.
Dom
-- 
View this message in context: 
http://www.nabble.com/-Superfish--Third-horizontal-navigation--tp20457772s27240p20457772.html
Sent from the jQuery General Discussion mailing list archive at Nabble.com.