[jQuery] Can't load a page from a loaded page.

2009-10-01 Thread smwithdm
I'm trying to load a page using the .load(url) from an already loaded page, but nothing responds. Below is a simple sample page created to show what I want to accomplish. Also, I'm using JQuery 1.3. - index.html - html head script type=text/javascript src=jquery.js/script script

[jQuery] Re: Can't load a page from a loaded page.

2009-10-01 Thread smwithdm
them with live. On 1 Okt, 07:45, smwithdm smwit...@gmail.com wrote: I'm trying toloadapageusing the .load(url) from an alreadyloaded page, but nothing responds. Below is a simple samplepagecreated to show what I want to accomplish. Also, I'm using JQuery 1.3. - index.html

[jQuery] Re: Can't load a page from a loaded page.

2009-10-01 Thread smwithdm
Sorry, I meant click()s to live(). On 10月1日, 午前10:49, smwithdm smwit...@gmail.com wrote: Chrazy, Thank you for your great info! I changed it as you said but didn't work. I so looked at the api reference and did some homework and changed it to the following and worked all fine! I just