First, I'd like to say this is a super awesome module as it is. Much thanks to all the developers and maintainers.
Second, I'd like to suggest an improvement on the AJAX settings. Currently, the AJAX settings:
Yes: Individual tabpages will be loaded at tab click.
No: All tabpages will be loaded at page load.
...apply to all tabs at once.
It would be nice if this can be taken to the next level - allow specific tabs to load on click or on page load.
This would be useful for site performance purposes. For instance, if I have many tabs - and some tabs have jQuery that must be loaded on pageload and some do not - I want my jQuery tabpages to load and the non-jQuery pages to not load.
What do you think?
Comments
Comment #1
pasquallethe feature is good, and it can be done.
Comment #2
pasqualleMoving new features to 3.x version
Comment #3
BenGman commentedI am have created nested quicktabs programmatically and they work great. Is there a quicktab attribute (in php) I can assign to a tab to allow it to be the selected tab at page load (e.g. 'default' = true, or other)?
Thanks for this wonderful module!
Comment #4
pasqualle@BenGman: no, always the first tab is selected #460092: Default Tab
Comment #5
bleen commented@Pasqualle
Can you give an example of how this can be done?
I'm assuming that something like this should work, but I'm not sure of the syntax:
Comment #6
pasqualle@bleen18: no, ajax loading is not tabpage specific, yet
Comment #7
bleen commentedI see .. I misread "the feature is good, and it can be done" to mean "it can be done now..." :)
Comment #8
pasqualleyes, my English is complicated ;)
Comment #9
netw3rker commentedThis is covered in a couple of issues currently about creating tab specific ajax loading options