This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
website
/
finlabsindia
Segui
2
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
40eb9f8378
Rami (Branch)
Tag
master
finlabsindia
/
wp-content
/
plugins
/
vamtam-elements-b
/
modules
/
vamtam-tabs
/
includes
/
frontend.js.php
frontend.js.php
106 B
Cronologia
Originale
1
2
3
4
5
6
7
8
9
10
(function($) {
$(function() {
new FLBuilderTabs({
id: '<?php echo $id ?>'
});
});
})(jQuery);