[jQuery] Re: How to refresh a single div with the data using .ajax

2009-08-18 Thread ghost2008
Hey Charlie, this is pseudo, but they are exactly the same... Is this a problem? Thanks and regards

[jQuery] Re: How to refresh a single div with the data using .ajax

2009-08-18 Thread ghost2008
Hey guys, this is amazing. Thanks for your answers. I implemented the following: $.ajax({ type: "POST", url: "some.php", data: "name=test", success: function(data){ $("#div").hide("slow");

[jQuery] How to refresh a single div with the data using .ajax

2009-08-18 Thread ghost2008
Hello there, I am not sure, if this works. I make a function call with the ajax option of jquery: $.ajax({ type: "POST", url: "some.php", data: "name=test", success: function(data){ $("#div").html(dat

[jQuery] [autocomplete] Using autocomplete as a link-chooser

2009-02-19 Thread ghost2008
items. This item is a normal html-link (a href). Is it possible, by choosing with enter the link is "clicked"? Thanks for your help! ghost2008