
October 29th, 2012, 01:58 PM
|
|
Moderator
|
|
Join Date: Jun 2002
Location: Raleigh, NC
|
|
|
I would fire up Firebug or the Chrome Developer Tools, check the network panel, and confirm that the URL it is trying to load matches what you think it is trying to load. If you're getting a 404, that means the target of your URL isn't being found, and the only way that can happen is if the browser is trying to load a page that isn't there.
|