Home › Forums › JavaScript › Load a php page into a div › Re: Load a php page into a div
July 16, 2012 at 8:33 am
#106182
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:// “.