On Jan 26, 10:59 am, bobslf wrote:
> I have a test page that demonstrates the
> problem:http://www.hindbrain.net/ex10.php
>
> I have containment: 'parent' for the draggable div. If you try to move
> it, it jump above
> the body (window), out of sight. I've
I have a test page that demonstrates the problem:
http://www.hindbrain.net/ex10.php
I have containment: 'parent' for the draggable div. If you try to move
it, it jump above
the body (window), out of sight. I've had different sizes for parts of
this page and often
you can see it poking down from
OK. This starting to work. I didn't have 'function' surrounded by
. However it is not displaying what backend.php is
sending in real time. Backend.php is just counting to 3 with a delay
of 1 second after each echo function. I see the backend's display but
only after the entire php file is finishe
It looks to me like there should be an extra "});" at the end of the
function. Is that right? Anyway, I tried it with with that and I still
get a line printed with the jquery function source code.
Bob
On Oct 21, 9:12 am, bobslf wrote:
> I pasted what you posted in. The page just
I pasted what you posted in. The page just displays this"
$(function() { $.ajax({ url: "backend.php", cache:
false, success: function(html) { $(".target").html(html); } });
Should the 'function' be between and ?
This is the current .html file:
http://www.w3.org/
TR/xhtml11/DTD/xh
OK, thanks. The backend.php makes sense. But I'm not sure how to
format the .html file. I tried this and it doesn't work. Do I need to
put "$(function" somewhere else?
Bob
http://www.w3.org/
TR/xhtml11/DTD/xhtml11.dtd">
http://www.w3.org/1999/xhtml";>
Collecting Data...
I should add that I've started learning to use firebug and I can break
at the onload() function but not on any of the others.
Bob
On Oct 21, 8:11 am, bobslf wrote:
> On Oct 21, 7:51 am, waseem sabjee wrote:
>
> > Hi there,just one question - do you need to use frames or w
On Oct 21, 7:51 am, waseem sabjee wrote:
> Hi there,just one question - do you need to use frames or would prefer to do
> this without frames ?
>
I don't care: whatever works. This is just a sample that I'm trying to
get working. I need backend.php to be able do update the .html file by
some me
Here are two files ( one html and one .php file). I'm trying to get
backend.php to send text to the .html file but nothing happens. Does
anyone know what is wrong with this or how to debug it?
thanks,
Bob
here is the html file:
-
http://www.w3.org/
TR/xhtml11/DTD/xhtm
I found this in a thread here called 'jquery doing comet'. It didn't
work for me unmodified. I also modified it a
little and it still doesn't work. Can someone tell me what's wrong?
Bob
here is the html file:
-
http://www.w3.org/
TR/xhtml11/DTD/xhtml11.dtd">
http://www
I don't know much about javascript or jquery, but I was wondering if I
can get something like this to work with jquery. It uses the prototype
library:
http://www.zeitoun.net/articles/comet_and_php/start
I have their simple example working, but now need to modify it and am
running into weird prob
11 matches
Mail list logo