How to reload a tab every time its clicked?
Sorry, im pretty new to javascript in general. I kind of went backwards and learned php/html first and didn't really delve much into it.
I've searched the forum and there are many threads on this subject. I went to every one and am unable to get it working for me.
Anyways, I want a particular tab to reload the content each and every time it's clicked on. I'm having a hard time understanding the functions.
what im trying is
- $('#reports').tabs('load', 0);
Where "reports" is the div id of the tab. Am I even close to the right answer? I would really appreciate some help, this is the last thing on my project that's keeping me from going forward!