October 12, 2009
This took me far too long to figure out, so thought it might save someone else some time.
Include CSS and jQuery:
<link type="text/css" href="/includes/jquery/css/ui-lightness/jquery-ui-1.7.2.custom.css” rel=”Stylesheet” />
The HTML:
<ul id=”new_fields”>
<li id=”field_id_44″ class=”ui-state-default”>Item 1</li>
<li id=”field_id_5″ class=”ui-state-default”>Item 2</li>
<li id=”field_id_9″ class=”ui-state-default”>Item 3</li>
</ul>
The Javascript:
jQuery(document).ready(function(){
jQuery(“#new_fields”).sortable({
cursor:’move’,
update:function(){
[...]
Read the full article →
October 9, 2009
Pretty Link Pro currently has a promotion going for $30 off. But it’s only good until October 11, so now is the time to upgrade. If you’re not using the free version yet, try that out first.
Read the full article →