So I got this on my code:
- $(document).ready(function(){
- [...]
- $(funtion(){
- $('div#btn').click(function(){
- $(location).attr('href', '../otherHTML.html');
- return false;
- });
- });
- [...]
- });
And dont' know why it's failing when I'm using the same strategy for other buttons and they work out.
Everything around is fine, I mean, the URL's *html* file exists and so on ...
- I didn't know it was imposible, so far I wouldn't had achieved it. -