i hope questions hasn't been asked before, couldn't find anywhere.
i working on angularjs app jquery included. there seems problem fragment of url when opening website.
scenario:
i open website http://example.org/ , angulars router appends fragment #/ url. works fine far, navigation etc.
but once reload page fragment (e.g. #/) left in url,
error: syntax error, unrecognized expression: a[rel=/]
in console. raised sizzle, jquery depends on. seems such stupid error, can't find solution
any thoughts?
ok, turns out 3rd party jquery plugin, tried resolve url fragment after jquerys' ready state.
Comments
Post a Comment