adam84 Posted May 6, 2011 Share Posted May 6, 2011 Hi, I want to make a div tag draggable. The div tag(the one I want to drag) gets populated into another div tag from an ajax call that I do on init and every 60secs. My problem is that I cannot make the div tag draggable. Is this possible to do? To test, I added a div tag on my index page above the tag where I load my content and I can move that one anywhere, but the tags that are ajax loaded do not seem to want to move? Any ideas? Quote Link to comment https://forums.phpfreaks.com/topic/235730-jquery-draggable-issue/ Share on other sites More sharing options...
RichardRotterdam Posted May 6, 2011 Share Posted May 6, 2011 There is 2 things you can do. 1. Make the div element re-draggable after the ajax call completes. 2. only refresh the content of the div you want to make draggable Quote Link to comment https://forums.phpfreaks.com/topic/235730-jquery-draggable-issue/#findComment-1211653 Share on other sites More sharing options...
adam84 Posted May 6, 2011 Author Share Posted May 6, 2011 How do you suggest I made the div element re-draggable? Quote Link to comment https://forums.phpfreaks.com/topic/235730-jquery-draggable-issue/#findComment-1211655 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.