Jquery call wont work after page calls itself
Kind of hard to explain. But with the website here:
http://beerportfolio.com/mobile/
the button on the top left opens up the side bar navigation.
When a user puts in the login information the page calls itself with this code:
<h5>Sign In</h5>
<form name=\"input\" action=\"index.php\" method=\"post\">
User Name: <input type=\"text\" name=\"user\" id=\"user\" />
</p>
Password: <input type=\"password\" name=\"password\" id=\"password\" />
<div class=\"blank-divider\"></div>
<p>
<input type=\"submit\" name = \"login\" value=\"login\" />
</p>
</form>"
when the page calls itself either for a successful login or a failed login the slide out does not open anymore.
Any ideas whats going on here?