Hello,
I have an ajax call that I display dynamically in a div ($content). <div id="contentinfo">$content</div> The results of $contents display in divisions <div class="portlet"> <div class="portlet-header">Feeds</div> <div class="portlet-content smallfont">Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Lorem ipsum dolor sit amet, consectetuer adipiscing elit</div> </div> BUT they display inside the first div. I'd like after I drag and drop the $content info to be able to call another ajax to display in the same original div. But once I drag and drop the new div it also moves the contentinfo div. Is there a way to get the $contents div only and keep contentinfo div in it's place? Thanks. -- View this message in context: http://www.nabble.com/How-to-exit-from-a-div--tp23965806s27240p23965806.html Sent from the jQuery General Discussion mailing list archive at Nabble.com.