Ian Yang

Results 41 issues of Ian Yang

Instead of destroying it, can we just disable it and resume it later?

enhancement

On touch devices, after applying dragend, we can no longer scroll up/down each dragend page's content (when content is longer than screen height).

It can probably be done by using `onSwipeStart` function. But how? Does `onSwipeStart` provide any useful object?

Currently, the opening/closing effect is fixed to slideDown/slideUp. It would be great if we have an option to change them to fadeIn/fadeOut. And an option for the easing of the...

I implemented a checkbox in the caption bar, and managed to make it checkable on mobile devices by [following this instruction](https://github.com/dimsemenov/PhotoSwipe/issues/922#issuecomment-126451563) (Use `preventDragEvent` and add `preventObj.prevent = false;`). However, now...

For live demo, please visit [this website](https://ianyang.me/redir/cciwr/) and scroll down to a section of product samples. Click a product sample and the plugin will launch. On desktop browser, because the...

For live demo, please visit [this website](https://ianyang.me/redir/cciwr/) and scroll down to a section of product samples. Click a product sample and the plugin will launch. On mobile devices, the button...

I'm implementing a "[before/after comparison widget](https://zurb.com/playground/twentytwenty)" inside every side. The problem I'm encountering is that slides are also dragged when I'm dragging the handle of the "before/after comparison widget". I...

**Describe the bug** When jQuery UI accordion contents expand/collapse, there are two weird behaviors: - When the height of the scrollable area is larger than the accordion and the scrollbar...

Sometimes we change HTML elements' structure or add new elements by JavaScripting. In such cases, Selectivizr may not work for those elements. So could we have a mechanism to run...