BorisMoore / jquery-tmpl

The original official jQuery Templates plugin. This project was maintained by the jQuery team as an official jQuery plugin. It is no longer in active development, and has been superseded by JsRender.
3.23k stars 1.01k forks source link

Data gets duplicated when draggin a 'sortable' #49

Closed niggles closed 13 years ago

niggles commented 13 years ago

I noticed that when dragging around a ui.sortable item that whatever I created using .tmpl is cloned.

It only gets cloned once though and subsequent movement doesn't clone the snippet again.

It doesn't appear to happen with ui.draggable though.

BorisMoore commented 13 years ago

Can you provide a full test case showing this issue? Ideally on http://jsfiddle.net/

rdworth commented 13 years ago

Thanks for taking the time to submit this issue. Just wanted to let you know this plugin is no longer being actively developed or maintained by the jQuery team. See README for more info.