i m having hard time adding a tabbed slide or menu

kokou.afidegnon
4 Posts
kokou.afidegnon posted this 11 May 2017

I have been trying hard to implement a tabbed menu as follows:

Bootstrap 3 tabbed menu

any idea on how to properly implement? i tried pasting the followed snipped just to be left with a '$ is not a function javascript error.

in other case, i followed the plain html example but the '<li>' tag does not fall in line with the other div container holding the menu tab.

what is the best way to implement a tabbed menu on themler?

I have been trying hard to implement a tabbed menu as follows: [Bootstrap 3 tabbed menu][1] [1]: https://bootsnipp.com/snippets/featured/simple-vertical-tab any idea on how to properly implement? i tried pasting the followed snipped just to be left with a '$ is not a function javascript error. in other case, i followed the plain html example but the '&lt;li&gt;&#39; tag does not fall in line with the other div container holding the menu tab. what is the best way to implement a tabbed menu on themler?
Vote to pay developers attention to this features or issue.
1 Comments
Order By: Standard | Newest
Support Team
Support Team posted this 12 May 2017

Hi,

Please wrap the provided js script into the following tags:

<script>
(function($)
{
...
})(jQuery);
</script>

Thank you,
Olivia

Hi, Please wrap the provided js script into the following tags: `<script> (function($) { ... })(jQuery); </script>` Thank you, Olivia
You must log in or register to leave comments