Links not Navigating Properly.

Links not Navigating Properly.

I'm a newbie to jQuery. I am attempting to make a mobile version of my site (which it sorely needs). I have the homepage the way I want it, but I'm having trouble with links.

The link for Full Website is the only one currently linked. It links to "../index_full.php" for some reason when I click on it it goes here:


No idea why it is doing this. I have tried these variations: "/index_full.php" and "http://www.lutzcreativegroup.com/index_full.php". If I link to a link OFF the website it works.

Baffled.

Any help would be appreciated.

Here's the code for the button:
  1. <div class="ui-grid-solo">
  2. <div class="ui-block-a"><a href="../index_full.php" data-role="button" data-theme="b">Full Website</a></div>
  3. </div>