Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Load a php page into a div Re: Load a php page into a div

#106182
mmoustafa
Member

Here is an example http://jsfiddle.net/L9ghH/22/ .
Instead of using a .php file, I loaded one of jsfiddle’s local CSS stylesheets (Don’t tell them :D). Because .load() only works for files on the same server that are accessed locally, In other words without ” http:// “.