Well, I found the issue. In the first js file I looked at I had this:
// $('.root').click(function (e) {
// e.preventDefault();
//});
even tho it was commented out, it was still affecting the links I guess, either way it works now, thank you for your help!