|
@ -478,7 +478,7 @@ $.fn.tab = function(parameters) { |
|
|
|
|
|
|
|
|
if(typeof settings.cacheType == 'string' && settings.cacheType.toLowerCase() == 'dom' && $tab.children().length > 0) { |
|
|
if(typeof settings.cacheType == 'string' && settings.cacheType.toLowerCase() == 'dom' && $tab.children().length > 0) { |
|
|
setTimeout(function() { |
|
|
setTimeout(function() { |
|
|
let |
|
|
|
|
|
|
|
|
var |
|
|
$clone = $tab.children().clone(true) |
|
|
$clone = $tab.children().clone(true) |
|
|
; |
|
|
; |
|
|
$clone = $clone.not('script'); |
|
|
$clone = $clone.not('script'); |
|
|