jquery-slidePanel
jquery-slidePanel copied to clipboard
A jquery plugin that show a slide panel on side.
### Pull Request Fixes: [Any idea to add scroll?](#6) Solution: add an option 'enableTouchScroll' (default to false), which will only proceed with drag behaviour if the distance travelled horizontally (in...
Hello, first time I've submitted an issue so I hope I am doing this right. In my testing I am unable to trigger links within the slidePanel on all the...
Version: 0.3.4 Broswer: Chrome 75.0.3770.100 The sidepanel url contains a form. When side panel is opened, all input elements on form get disabled. I can't type in anything. $url =...
current "A jquery plugin that show a slide panel on side." should be "A jquery plugin that shows a slide panel on side."
I am loading a .aspx page in the slidePanel to display notification icons. Works great on desktop w/FireFox Quantam. When I display the panel on my Android device, links on...
This library is fantastic for doing what it does. But I'm wondering how to show multiple panels (for example on the right side) stacked on top of each other? I'm...
Hi, I'm displaying a side panel calling the global API: ``` $.slidePanel.show({ closeSelector : '#idButton', content: 'close' }); ``` and I expected that a listener was going to be attached...
i try change html in slidePanel.css but when work slidePanel = opacity: 0.2 i just want only background .slidePanel-html { overflow: hidden; height: 100%; background:#999999; opacity: 0.2; filter: alpha(opacity =...
How to click on any location to close? How to click on any location to close, 'closeSelector' can only click on an element
mouseDragHandler on Ajax content not working, can drag the slidePanel even that set ``` $.slidePanel.show({ url: href, settings: { method: 'GET' } }, { loading: { template: function(options) { return...