I use jQuery dynamically create tabs, but each time I click one tab, it will reload the target URL again. How should I disable the reload behavior unless I want it reloads again?
thanks a lot.
I use jQuery dynamically create tabs, but each time I click one tab, it
Share
Use
event.preventDefault():Edit: Regarding your comment – just set
cacheto true: