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 Thank you for this library. I got this error "Uncaught TypeError: $.skedTape is not a function." Im using codeigniter and this is my code : $.ajax({ url: "", type:...

Hi; I was wondering if it's possible to switch row and col. Meaning but the time on the side and the room on the top. Thanks

how can I change the display so the grey dashes are every 10 mins instead of 15 min?

In the example provided, how can I setup overlapping events like in the image below? ![image](https://user-images.githubusercontent.com/1470446/83733519-899ddd00-a645-11ea-8154-3f7bd4946f58.png)

Hi! Is it possible to change the timing system from hours and minutes to minutes and seconds?

Can you limit the height that is epaginated or with vertical scroll?

enhancement

Hi, great work! For my project, i only need to show one event on a day. so is it possible to shrink down the view from hour to just the...

Is this a good approach to the popovers ? `$.each($('.sked-tape__event'), function (index, value) {` ` $(this).popover({` ` trigger: 'hover',` ` content: $(this).find('.sked-tape__center').html().split('')[1],` ` html: true,` ` placement: 'right'` ` });`...

Hi, lexkrstn. Your library is very good. Use this library for your application. I would like to confirm, but for the notation of the MIT license, can I just copy...

The events created from variable events=[] does not show up popover, similar to the events created manually.