SID-02285: Need to load twiki page asynchronously
| Status: |
Asked |
TWiki version: |
6.0.2 |
Perl version: |
|
| Category: |
JQueryPlugin |
Server OS: |
|
Last update: |
9 years ago |
hello,
My page is using some plugin which takes time so I am planning to load the content asynchronously as given in JQTAB example at
http://twiki.org/cgi-bin/view/TWiki/VarJQTAB
I tried below code
But
TestAbc is never getting loaded.
Could anyone help me to know what I am doing wrong?
Thanks.
--
TWiki Guest - 2016-12-19
Discussion and Answer
Can someone help me in getting this worked?
--
TWiki Guest - 2016-12-21
Asynchronous download is supported from Twiki 6.0.2 so tried with that version. Can someone help me in getting this worked?
--
TWiki Guest - 2016-12-27
This is outside my knowledge but I tried it on my TWiki installation and it also doesn't work.
If you're comfortable trying to edit some of the
JQueryPlugin files to see if you can track down what is happening I'd suggest maybe looking at jquery.tabpane.js and adding something like
console.log(variable); to try to see if you can understand what is happening.
It seems that Line 90 in jquery.tabpane.uncompressed.js has something that might be a good place to start. I think any changes you make need to be made to jquery.tabpane.js (I believe the "uncompressed" version is provided for easier reading and the actual version loaded is compressed (maybe for speed?).
--
Jani Hamalainen - 2016-12-27
If you answer a question - or someone answered one of your questions - please remember to edit the page and set the status to answered. The status selector is below the edit box.