Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign up.click not working after responsive #97
Open
Comments
This comment has been minimized.
This comment has been minimized.
It seems, it stops all custom javascript (jquery) after scaling down. |
This comment has been minimized.
This comment has been minimized.
Do you still having the issue with the latest responsive expand version? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
.click() Is not working anymore after triggering responsive add on.
The click event is wrapped in a document ready function.
Occurring errors I've been getting when scaling down:
jquery.multiscroll.extensions.min.js:8 Uncaught TypeError: Cannot read property 'replace' of undefined
at E (jquery.multiscroll.extensions.min.js:8)
at T (jquery.multiscroll.extensions.min.js:8)
at h (jquery.multiscroll.extensions.min.js:8)
at L (jquery.multiscroll.extensions.min.js:8)
at jquery.multiscroll.extensions.min.js:8
at dispatch (jquery.min.js:2)
at u (jquery.min.js:2)
Uncaught TypeError: Cannot read property 'top' of undefined
at v (jquery.multiscroll.extensions.min.js:8)
at u (jquery.multiscroll.extensions.min.js:8)
at dispatch (jquery.min.js:2)
at u (jquery.min.js:2)
These might have to do with it.