frontend.js.php 106 B

12345678910
  1. (function($) {
  2. $(function() {
  3. new FLBuilderTabs({
  4. id: '<?php echo $id ?>'
  5. });
  6. });
  7. })(jQuery);