Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed div nesting issues when change menu
The old method uses js to foreach all the div contents and change each page by changing them. This would cause order problem when there is div nested in another. New method takes only the closest child of div by JQuery children() method and store into the myTab variable. This solves this issue and makes the code much tidier.
- Loading branch information