edu
edu

Reputation: 11

JQuery Sortable - How to avoid content to refresh

I'm using JQuery sortable list where I dyanmically I can modify the content inside each element (ie, textfield, color, etc). Either I indluce each element content as an iframe of div then this content is refreshed each time I move/drag and drop this element into another position. Which is weird is that it doesn't happend when I move another different element, so my question would be: is there anyway to avoid currentItem to be refreshed/reloaded after draggin it to another position? Thanks in advance for your help (!)

Upvotes: 1

Views: 996

Answers (1)

James Hill
James Hill

Reputation: 61793

This is a known bug. See: http://bugs.jqueryui.com/ticket/5575

Upvotes: 1

Related Questions