views:

81

answers:

1

Druapl offers great functionality whereby blocks can be dragged up and down to reorder as shown below.

alt text

However, on a couple of projects I've been working on they have disappeared during development )as shown below) but I have no idea why! It must be something that I am doing wrong but for the life of me I can't work out why.

alt text

+2  A: 

I removed the Google CDN jQuery link and normality is ensued.

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"&gt;&lt;/script&gt;
Shaun
Drupal has standardized on jQuery 1.3 I believe. Probably explains why this happened.
Kevin
That is exactly what it was Kevin, thank you.
Shaun
You probably already figured this out, but you don't have to remove the link. You can simply change the 1.4 to 1.3.
Matt Flowers