The definitive HTML5 mobile javascript framework
2.43k
stars
882
forks
source link
Every time you load a panel with ajax that includes a "<nav>" this is duplicated in the dom, charging many times as Ajax calls #890
Closed
M1gu3l4ng3l closed 8 years ago
AF2.2 Every time you load a panel with ajax that includes the element
<nav>
it is duplicated in the dom charging many times as Ajax calls.Sample: This panel is loaded by ajax
the element
<nav id="navuser1">
doubles each ajax call.