jason.bruce88
07 Mar 2011, 04:46 PM
Hi guys I love this site so much and want to create something similar
http://robyn.com/
I have used jQuery to make the Sortables how ever I can not add the accordion to it. When I add the accordion it works fine until I add an image or a link inside.
My Code is
<div id="accordion">
<div id="draggable" class="ui-widget-content">
<h3><a href="#">Title</a></h3>
<img src="image" />
</div
</div>
Any ideas on how I can do this better let me know :)
http://robyn.com/
I have used jQuery to make the Sortables how ever I can not add the accordion to it. When I add the accordion it works fine until I add an image or a link inside.
My Code is
<div id="accordion">
<div id="draggable" class="ui-widget-content">
<h3><a href="#">Title</a></h3>
<img src="image" />
</div
</div>
Any ideas on how I can do this better let me know :)