Hi,
Any more help on this please. Had no response since for weeks. I would
realy apreciate the help. I looked up a lot of tutorials and stuff,
and does not matter what I try, I do not manage to get it to work.
Thanks.
Hugo
On Apr 18, 11:47 am, "globalpropertyonline@gmail.com"
wrote:
> Hi
Hi Jay,
Thanks for the help before but could you please be so kind to see me
latest post below to brian and see what I have done so far and tell me
where I am going wrong as I am still stuck with the text.
I will realy apreciate it.
Thanks
Hugo
On Apr 11, 12:49 am, jay wrote:
> You can put i
Thanks Brian.
Could you have a look at this and tell me where I am going wrong or
could you tell me where to place the information as I have done the
following and can still not get it right.
I will realy apreciate your help.
Thanks
Hugo
Here is what I have done :
I have now added the functi
Hi Jay,
Hope you had a good Easter Weekend. Any more help on my previous post
will be much apreciated as I am still stuck with the same thing.
Thanks in advance for your help.
Hugo
On Apr 11, 8:36 am, "globalpropertyonline@gmail.com"
wrote:
> Thanks for the response Jay.
>
> I have now ad
Thanks for the response Jay.
I have now added the function as follows in the head and tried the
following two lines at three different places but still no luck. The
errors seems to have gone away now , but I do not see the Bla.
div = $("blah");
$(document.body).appendChild(div);
1) I have put t
There's no need for body onload="" when using jquery. As long as the
library is included, you need only do:
$(function()
{
whatever();
});
Here, the whatever() function will run as soon as the DOM is loaded
(generally, this occurs before the page is displayed).
On Fri, Apr 10, 2009 at
Thanks Jay,
I have put a function Load() in the head and called it in body onload.
and then add the two lines in Javascript just below the Div is
declared but it seems to have a javascript error and no Bla is
displayed.
I tried to change a few things but no luck.
This is what I have done.
fun
You can put it at the very bottom and wrap it with tags, or
you could put it in the head in script tags like this: