jquery-sked-tape icon indicating copy to clipboard operation
jquery-sked-tape copied to clipboard

Schedule component for jQuery that represents events in tape manner.

Results 26 jquery-sked-tape issues
Sort by recently updated
recently updated
newest added

Hi, is it possible to add the resize feature to an event? Thank you in advance, best plugin for schedule!

enhancement

i'd like to use use left click to drag an existing event instead create new one. Is there a method to do that?

Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.8. Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09 Merged [Fix] Fix long option followed by single dash [#17](https://github.com/minimistjs/minimist/issues/17) [Tests] Remove duplicate test [#12](https://github.com/minimistjs/minimist/issues/12) [Fix]...

dependencies

Bumps [qs](https://github.com/ljharb/qs) from 6.4.0 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge`: avoid a crash with a null target and a truthy...

dependencies

Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...

dependencies

Long events (i.e. spanning the start and end of the displayed timeline) were clamped to the end of the timeline, but not to the start of the timeline. This is...

I set hours from 6:00 to 00:00. If sked is scrolled before 10:00 everything is working great. But if i try to set hour of event after 18:00 (10:00 is...

When set zoom: 2, events show with a delay of 30 minutes on each event. e.g - If the event's start date is 9:00 then event shows on the calendar...

I wanted to put 8 hours gap beetween 2 event, I have tried to assign miliseconds to an option e.g **minGapTimeBetween = 28,800,000**, but i cant see any effect on...