Brian,
thanks for the reply.
What you said makes total sense.
I guess I was misinterpreting what .post() was supposed to invoke.
I guess my impression from the docs, was that it was the alternative
to the ajax method and would refresh the page such as submitting a
traditional form to itself (or an
Hello.
Jquery noob, but lovin it.
Can't get a rudimentary post to work, but probably missing something
very simple.
Alerts are working, but div content is never updated.
Following in file called "select.php":
--
http://code.jquery.c
On Dec 21, 7:49 am, Dave Methvin wrote:
> > Why does replaceAll only seem to work once in this example?
>
> I guess you meant replaceWith?
>
Yes, my mistake.
> > $("#hello").replaceWith("foo");
>
> Once this code executes, it has replaced the element with
> id="hello" (and any children) w
Total newbie.
Any help appreciated.
Why does replaceAll only seem to work once in this example?
Thanks very much!
http://www.w3.org/TR/html4/loose.dtd";>
var i = 0;
$(document).ready(function(){
$("#firstButton").click(function () {
$("#hello").replaceWith("foo");
});
4 matches
Mail list logo