Coder Social home page Coder Social logo

jquery-panelslider's People

Contributors

chuckak avatar duzun avatar eduardomb avatar nilpo avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

jquery-panelslider's Issues

open function

Hi,

thanks for this dev, it help me in my current training.
I probably missed something, but how to open the panel in jquery ?

-> I would like to open the panel if the width of the window is > XXpx

Thanks in advance.
Nico.

panelslider event

Hi! i do not know what the "psOpen" "psClose" mean , can you make explain for me, thanks

Fixed content below panels

Greetings,

Thanks for this great plugin. I am curious if there is a way I can set the panel to not affect the content below it. I would like the panel to slide over the content and not push it in the direction the panel is moving. I have tried playing with z-index and css positioning and was not successful. Fox example, I would like a panel that has a width of 90% and slightly transparent background where the content beneath is visible. Any suggestions would be greatly appreciated. Thanks so much. Cheers

Panel Animation

Hi, thanks a million for this slide panel!

I'm not too hot on JS/JQuery and I was wondering if you could send over a snippet of code that allows the panel to animate using - jQuery Easing Plugin (version 1.3) http://gsgd.co.uk/sandbox/jquery/easing/

Ideally it would go good to have an animation for slide out and slide in, but if that's a pain then one animation would be great!

Thanks!
Sanj

Up Down sliding

I think, it should support up and down sides as well. I can try it. :)

Panel Close - Mobile / Tablet

Hi,
I've enabled close click event, but on tablet and mobile this is not working.

Is there a fix for this please?

Thanks
Sanj

Demo doesn't work with IE 11

The jquery-panelslider demo works fine in Chrome (46.0.2490.86 m) and Firefox (42.0), but it does not work in IE (11.0.9600.18097).

In IE 11, a left panel flies out but the content is still off to the left of the viewport. I assume it is supposed to work with IE 11. Please see images of panelslider demo in Chrome, Firefox and IE11 (respectively) below after the Open Left Panel link is clicked.

chrome
firefox
ie11

Any thoughts on how I can troubleshoot this issue?

Thanks.

Open just one time

Hi,

Thank you for this script.
I have a little problem : when I open the panel the first time, it works well. Second time, it's impossible to open it again.

Do you have any idea ?

License Info?

Hi, I failed in finding the License information. I am about to use this plugins in one Commercial project, is that OK? Please keep me posted with the license information of this plugin. Thank you!

Not cleanly close the panel

In my case, the panel is note hide/removeClass, just move outisde.
I fixed it by doing this:

active.animate(panelAnimation, duration, function() {
//    $body.animate(bodyAnimation, duration, function() {
      active.hide();
      active.removeClass('ps-active-panel');
      _sliding = false;

      if(callback) {
        callback();
      }
    });

Don't understand why it's working in the demo.

Overlay Panel

I want to overlay the panel, no pushing, that I can do?

Pd.:Sorry for my English.

library included in head

Hello,

When I include the library in the body section of the page, the sliding function work correctly. But when I include it in the head of the page, it does not work at all. How do I do to make the include in the head ?

I use this code to include the library:

<script src="eduardomb-jquery-panelslider-0.1.0-0/jquery.panelslider.js"></script>

Regards,

Add a Class to the Body

I think it will be a pretty good idea to add a Class to the Body when the Panel is opening, for example .addClass('panelslider-open'); and .removeClass('panelslider-open');

Only a idea if someone want to add for example a Overlay over the whole Main Body for example!

I made something similar with the Sidr Plugin here: http://www.place4nails.de/
(Click Facebook or Impressum)

Cheers, Oli

How invoke panel slider without a click

I'm trying to invoke panel slider when an ajax call comes back successfully using your example:

"You can also invoke panelslider() directly
$.panelslider($('#my-link'));"

However this doesn't work. It works with the button, but I'd like to fire the panelslider event directly in a successful ajax reply.

Suggestion: touch support

Hallo,

First i want to say thanks for this amezing slide panel.

Just a suggestion to have this more mobile friendly:

It would be awesome to have it more mobile friendly so we can swipe the sidebar/panel open true dragging from te side of the screen.

Kind Regards,
Patrick

There seems to be an error in the documentation

First, thanks for creating this panel slider!

While trying out the panelslider today I came across what looks like an error in the Usage section of the README.md. According to the instructions, I should invoke .panelslider() on the panel element #my-panel, which ends up not working, and no panel is created. In contrast, the code on the demo page invokes .panelslider() on the the #my-link hyperlink instead of #my-panel, which does work.

Thank you

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.