question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Any option to trigger with code hide/show

See original GitHub issue

Actually you can trigger only with the given selector :

$('#searchbar-right').simplerSidebar({
                        opener: '#oce-toolbar-find',
                        sidebar: {
                            align: 'right', //or 'right' - This option can be ignored, the sidebar will automatically align to right.
                            width: 200, //You can ignore this option, the sidebar will automatically size itself to 300px.
                            closingLinks: '.close-sidebar' // If you ignore this option, the plugin will look for all links and this can be buggy. Choose a class for every object inside the sidebar that once clicked will close the sidebar.
                        },
                        mask:{
                            css:{
                                opacity :0
                            }
                        }
                    });

There`s any method to trigger something like ? $.simplerSidebar.show(); or .hide(); ?

Issue Analytics

  • State:closed
  • Created 8 years ago
  • Comments:10 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
dmorrisoncommented, Oct 27, 2016

I would like to see this feature implemented too. Thanks for the useful plugin!

0reactions
ctrlmaniaccommented, Nov 4, 2016

The only smart way to toggle the animation is by triggering the trigger like @sdkcarlos did!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Hide Show - EmacsWiki
HideShow is a minor mode included in Emacs that hides and shows blocks of text – in particular, it hides balanced-expression code blocks...
Read more >
How do I hide/show an object, when the player enters a trigger ...
So the mesh trigger is working. It logs in the console when the player moves through it. (Code below!) But... how can I...
Read more >
Hide/Show components in react native - Stack Overflow
I wrote a simple Component to deal with it for me. Animated by default, but easy to toggle. I put it on GitHub...
Read more >
emacs/hideshow.el at master - GitHub
hideshow.el --- minor mode cmds to selectively display code/comment ... (at your option) any later version. ... toggle hide/show all with a single...
Read more >
Trigger showing fields after drop down menu selected
If I select "Order", I must show "Field E" and "Field F" and hide all another fields. I found this topic [how-to-hideshow-fields-based-on- ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found