Questions tagged [shapeshift]

Shapeshift is a plugin which will dynamically arrange a collection of elements into a column grid system similar to Pinterest.

This allows for the grid to be rendered exactly the same every time Shapeshift is used, as long as the child elements are in the correct order.

8 questions
0
votes
1 answer

Jquery ShapeShift: Get element selected during drag before drop?

I'm using lib jquery shapeshift to drag&drop. I'm using websocket to realtime. When user dragging member, other user cannot drag that member. So I want get element selected during drag before drop. I read document but could not find…
Nam Lee
  • 891
  • 1
  • 9
  • 20
0
votes
1 answer

How do I add a custom jQuery plug in to MS Outlook 2010?

I tried going through the official documents such as https://learn.microsoft.com/en-us/outlook/add-ins/addin-tutorial#update-the-manifest-1 But they are dealing with the xml file there. I wish to add jQuery Shapeshift to my Outlook but there is no…
R.D
  • 226
  • 1
  • 17
0
votes
1 answer

Use of jquery.shapeshift to build a kanban board: how save info on db when event triggered

I would like to create a kanban-like section on my website, I found this jquery.shapeshift system that's meet my needs, but I need some help to trigger events when user move items from one container to another as I'm not very good at coding in…
0
votes
1 answer

Json object from shapeshift returned undefined

I have a jquery code to retrieve data from shapeshift.io When I test using Postman, the data is ok. However, from the jQuery the data is undefined. jQuery("#btnSubmit").click(function(){ var param = {"withdrawal":…
0
votes
1 answer

Shapeshift I can't clone item again after removing it's clone

I need following functionality with shapeshift plugin: After moving item from containerB to containerA confirmation box apperas "Do you really want to duplicate?" When clicking "No" or outside this box cloned item is removed. I should be able…
0
votes
1 answer

Shapeshift doesn't set positions when located inside bootstrap tab

I'm using shapeshift for drag & drop options, and one of the containers is hided inside bootstrap tab. Shapeshift is initialized there, but doesn't set items to positions till first drag of item. JSfiddle with this bug:…
0
votes
0 answers

jquery clone cannot create duplicate element

I am using the shapeshift plugin in order to create a user interface that allows for certain images to be dropped from a container into another. The child container allows images to be dropped into it from a parent container. When the images are…
luisgepeto
  • 763
  • 1
  • 11
  • 36
0
votes
1 answer

how to get id of drop item in shapeshift jquery

i want to remove the an item from server side also , so i need id of item that is gone to trash div, below method is called on when dropped to trash div. drop: function(e, selected) { var $current_container, $original_container,…
Govind Singh
  • 15,282
  • 14
  • 72
  • 106