uenala / project_spa_bergauf

CAS-FEE 2015, Group 10, 2nd Project
GNU General Public License v2.0
0 stars 0 forks source link

Navigation: Click on a navigation item gives Sizzle.error @ jquery.js:1458 errors #68

Closed RAeschimann closed 8 years ago

RAeschimann commented 8 years ago

Navigation works but each click gives an error in the js console:

Sizzle.error @ jquery.js:1458Sizzle.tokenize @ jquery.js:2075Sizzle.select @ jquery.js:2479Sizzle @ jquery.js:855jQuery.fn.extend.find @ jquery.js:2695jQuery.fn.init @ jquery.js:2803jQuery @ jquery.js:76(anonymous function) @ bootstrap.js:652jQuery.event.dispatch @ jquery.js:4435elemData.handle @ jquery.js:4121

Using an invalid selector? e.g. http://stackoverflow.com/questions/16785264/jquery-syntax-error

RAeschimann commented 8 years ago

Replacing href's like #/skitouren with #skitouren in navigation works fine, but / in #exped/* still gives an error in the js console. This problem could also be related to #36.

RAeschimann commented 8 years ago

Solution: slashes have been removed in navigation href's and new redirect routes have been created for correct path mappings. This solved also issue #36.