Search Result

Collapse
2 results in 0.0038 seconds.
Keywords
Members
Tags
toggle
  •  

  • dragon52
    started a topic How to toggle menu in 2 languages

    How to toggle menu in 2 languages

    Hi there,

    I am working on a multi-lingual site. I want to allow users to select and display the menu in two languages.

    I have seen some sites where you can click the menu (item) and the menu toggles, for example, between Chinese and English.

    Can anyone give me a clue how to add a menu item like that?

    Thanks
    See more | Go to post

  • How to modify toggle function to slideToggle in the following script?

    Hello,

    Quick problem here. On my website I have a button. When user clicks on the button it expands div. you can se how it works here http://inelmo.com/noluck/
    As you can see div expands instantly. I want it to slide down. Here is the full .JS file I use for that div
    toggle function starts on line 18

    Code:
    $(function(){
     
    // The height of the content block when it's not expanded
    var
    ...
    See more | Go to post
Working...