Responsive Support, for obsolete projects #236
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
/ / Sets the displaySlideQty , depending on the
available area .
PUBLIC METHODS
object
the slide
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.