[jQuery] Re: data is posted only once

2009-03-24 Thread Steven Yang
how about try setting cache:false?


[jQuery] Re: data is posted only once

2009-03-24 Thread Balázs Buri
no, didnt solve it. :(

I uploaded it, so u can see it and get a closer look.

http://193.6.52.132/ajaxsender/



2009/3/24 Steven Yang kenshin...@gmail.com

 how about try setting cache:false?


[jQuery] Re: data is posted only once

2009-03-24 Thread James

It seems that when you click a link, it's re-adding all the page links
again. When you bind the click to the page links initially, and you
remove them, the new links will not inherit the click event. You'll
have to re-bind the click events again, or better yet, use jQuery's
live() function in place of click().
http://docs.jquery.com/Events/live


On Mar 24, 1:20 am, Balázs Buri gazb...@gmail.com wrote:
 no, didnt solve it. :(

 I uploaded it, so u can see it and get a closer look.

 http://193.6.52.132/ajaxsender/

 2009/3/24 Steven Yang kenshin...@gmail.com

  how about try setting cache:false?




[jQuery] Re: data is posted only once

2009-03-24 Thread Balázs Buri
:)

thanks. it works just fine.

2009/3/24 James james.gp@gmail.com


 It seems that when you click a link, it's re-adding all the page links
 again. When you bind the click to the page links initially, and you
 remove them, the new links will not inherit the click event. You'll
 have to re-bind the click events again, or better yet, use jQuery's
 live() function in place of click().
 http://docs.jquery.com/Events/live


 On Mar 24, 1:20 am, Balázs Buri gazb...@gmail.com wrote:
  no, didnt solve it. :(
 
  I uploaded it, so u can see it and get a closer look.
 
  http://193.6.52.132/ajaxsender/
 
  2009/3/24 Steven Yang kenshin...@gmail.com
 
   how about try setting cache:false?