[jQuery] Re: Help getting the AJAX load() to work in Firefox

2008-05-22 Thread Adam
Hey John. Welcome to jQuery. I'm not much of an expert by any means, but thought I'd try to help. Firstly - and this may be unrelated - but you have some strangely formatted p tags there. Do you mean to wrap them around your paragraph content instead of self-closing them before the content? ie.

[jQuery] Re: Help getting the AJAX load() to work in Firefox

2008-05-22 Thread Pyrolupus
The simple answer is that you can't make Ajax calls to a file resource. Apache httpd is fairly easy to install (http:// httpd.apache.org)--or check your distro if you're running Linux. If you're using a pro version of Windows, you can also enable IIS or PWS. (There are also simpler lightweight

[jQuery] Re: Help getting the AJAX load() to work in Firefox

2008-05-22 Thread John
It's just faster to write self closing p tags and I was just giving an example. I don't normally use them in my code. They're not related to my problem. I am using Firefox 3.5 beta on a Linux Ubuntu system. I do have Firebug (and Web Developer) but I'm not sure how to use it to monitor the AjAX

[jQuery] Re: Help getting the AJAX load() to work in Firefox

2008-05-22 Thread John
It's just faster to write self closing p tags and I was just giving an example. I don't normally use them in my code. They're not related to my problem. I am using Firefox 3.5 beta on a Linux Ubuntu system. I do have Firebug (and Web Developer) but I'm not sure how to use it to monitor the AjAX

[jQuery] Re: Help getting the AJAX load() to work in Firefox

2008-05-22 Thread John
It's just faster to write self closing p tags and I was just giving an example. I don't normally use them in my code. They're not related to my problem. I am using Firefox 3.5 beta on a Linux Ubuntu system. I do have Firebug (and Web Developer) but I'm not sure how to use it to monitor the AjAX

[jQuery] Re: Help getting the AJAX load() to work in Firefox

2008-05-22 Thread John
It's just faster to write self closing p tags and I was just giving an example. I don't normally use them in my code. They're not related to my problem. I am using Firefox 3.5 beta on a Linux Ubuntu system. I do have Firebug (and Web Developer) but I'm not sure how to use it to monitor the AjAX

[jQuery] Re: Help getting the AJAX load() to work in Firefox

2008-05-22 Thread Theodore Ni
What page are you trying to load with AJAX? Is it outside your domain? On Thu, May 22, 2008 at 7:47 PM, John [EMAIL PROTECTED] wrote: It's just faster to write self closing p tags and I was just giving an example. I don't normally use them in my code. They're not related to my problem. I

[jQuery] Re: Help getting the AJAX load() to work in Firefox

2008-05-22 Thread Karl Rudd
If you're using Firefox 3.x it may be this: http://ejohn.org/blog/tightened-local-file-security/ Karl Rudd On Fri, May 23, 2008 at 9:07 AM, John [EMAIL PROTECTED] wrote: It's just faster to write self closing p tags and I was just giving an example. I don't normally use them in my code.

[jQuery] Re: Help getting the AJAX load() to work in Firefox

2008-05-22 Thread John
I wasn't aware that you had to have a server environment for AJAX to work. I'm looking into getting Apache and PHP set up now. Thanks for the help.