Richard Kimber
Richard Kimber
Currently unable to reproduce outside of a our main project, but we'll keep trying. After refreshing the page after a four or five times, the MarkerArea styles stop loading. After...
Have you ever considered, or do you think it is already possible to run the render workflow on a server? Our use case is that as we move toward using...
The `beforedelete` and `delete` events can originate from either a button or the keyboard. It would be very helpful to differentiate between the origins, say if you wanted to cancel...
Tested on IE 10. Picker window will not scroll, unless 'scrollbars' is set to yes. Likewise for 'resizable'.
This pull request adds an event for PJAX's `beforeSend` event. It's not a perfect match for `beforeunload`, as `beforeSend` does not fire if the next page has been cached already....
Deals with https://github.com/preactjs/preact-router/issues/458 & https://github.com/preactjs/preact-router/issues/456. I've added a type definition for ``'s `children` function, along with an exportable type for the function's own props.
This should work: ``` {({ matches }) => !matches && } ``` But the following error is returned: > Binding element 'matches' implicitly has an 'any' type.ts(7031)
New PR in favour of https://github.com/defunkt/jquery-pjax/pull/295 Creates hidden element in form to ensure inclusion of value associated to submitting element.