Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Responsive Support, for obsolete projects #236

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

fpupor
Copy link

@fpupor fpupor commented May 8, 2014

Despite being obsolete code , I believe many people still need to use jQuery 1.6 lower in old projects . By necessity I needed to update outdated plugin like this with Responsive bxSlider 4 functionality .

I believe if you accept this update will be helping many people with the same problem ... I can not add the new jquery . unfortunately = (

Here inform changes :

OPTIONS

  • Responsive / / Like minSlides and maxSlides the bxSlider 4 !
    / / Sets the displaySlideQty , depending on the
    available area .
  • MinSlides / / sets the minimum accepted displaySlideQty
  • MaxSlides / / sets the minimum accepted displaySlideQty

PUBLIC METHODS

  • ReloadSlider / / equal to the bxSlider 4 , you may also pass an options
    object
  • CalculateDisplayQty / / Returns maximum amount of display that fits on
    the slide
  • AutoUpdateDisplayQty / / Update maximum amount of display that fits on
    the slide , if you need to call without being on window resize

PRIVATE VARS
 WindowWidth / / stores the last width of the window
 WindowHeight / / writes the last height of the window
 lastQty / / stores the last number set in displaySlideQty

PRIVATE METHODS
 - ResizeWindow / / the same resizeWindow bxSlider4

Thank you.

fpupor added 2 commits May 7, 2014 21:09
Many projects still use jquery lower than 1.7, therefore found it
necessary to update this plugin. It is very simple to use, and has a
separate code as well.

What was added?

OPTIONS
  - Responsive / / like minSlides and maxSlides the bxSlider 4!
                         / / Sets the displaySlideQty, depending on the
available area.

- MinSlides / / sets the minimum accepted displaySlideQty
- MaxSlides / / sets the minimum accepted displaySlideQty

METHODS
- ReloadSlider / / equal to the bxSlider 4, you may also pass an options
object
- CalculateDisplayQty / / Returns maximum amount of display que fits on
the slide
- AutoUpdateDisplayQty / / Update maximum amount of display que fits on
the slide, if you need to call without being on window resize
Version 3.1, and javascript file minified.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant