beedesk / jQTouch

jQT + actively maintained + exclusive features (iPad layout, iscroll, tons of css enhancements, page events, param passing between pages, radio button, grid, mail, improved page history management etc.)
http://bit.ly/beedesk-jqt
MIT License
72 stars 13 forks source link

href undefined havoc #7

Closed ayakov closed 13 years ago

ayakov commented 13 years ago

jqt falls into havoc and cloning recursion after clicking on any without href

I'd change line 821 from } else if ($el.attr('href') === '#') { to } else if ($el.attr('href') === '#' || !$el.attr('href')) {

thomasyip commented 13 years ago

Ayakov, thanks for reporting it and thanks for your patch. It is committed.