Ian Yang

Results 20 comments of Ian Yang

Thanks @badoubadou. I will try it if I need it in the future.

Thanks. Maybe it could be explained in documentation.

@holtkamp Excuse me, but what does "PR" mean?

Thanks. Actually it can be fixed by changing line 263 (or line 270 of v1.0.3b): ``` JavaScript var domSelectorText = selectorText.replace(RE_LIBRARY_INCOMPATIBLE_PSEUDOS, EMPTY_STRING); ``` To ``` JavaScript var domSelectorText = selectorText.replace(RE_LIBRARY_INCOMPATIBLE_PSEUDOS,...

Or maybe provide an option to enable media queries parsing because users may want to use Respond.js or something for IE8 and below.

FYI, jQuery 1.9+ has started to support all the selectors mentioned in the JQuery-Extended-Selectors plugin.

Please refer to the "What’s New in 1.9" section in the following link: http://blog.jquery.com/2013/01/15/jquery-1-9-final-jquery-2-0-beta-migrate-final-released/ And sorry about the wording. I'm not a native English speaker so I didn't know how...

> Please explain what exactly attributes must be added to which elements and at which state. For example, if the lightbox is launched automatically on page load, `aria-live="polite"` need to...