nhanfu / htmljs

HTML render engine and data binding (MVVM)
MIT License
283 stars 48 forks source link

Link HiJacking #6

Open findborg opened 9 years ago

findborg commented 9 years ago

I am trying to keep htmljs included full time with my site framework but, I am having trouble with it hiJacking links. Any suggestions?

nhanfu commented 9 years ago

Can you describe clearly the problem?

findborg commented 9 years ago

link hijacking is for example outside links will not work. Only ajax links will. I am thinking that it has something to do with the routing code in the script. So, if I include htmljs in a page that does not use it, none of the links will work.

findborg commented 9 years ago

Other frameworks have had this problem, for example jquery-mobile.