views:

434

answers:

2

I am using http://james.padolsey.com/javascript/inettuts-with-cookies/ to show the widgets in user's dashboard as igoogle.

This plugin is not supporting with the jquery 1.3.2 and jquery-ui-personalized-1.6rc2.min.js.

But it works fine with the older jquery version 1.2.6.

Does anyone faced this problem? How can i make it to work?

A: 

change var notSortable = ''; to var notSortable = null;

menelik
i did that and the stop event of sortable() is not firing, to save the state of the widgets
Prasad
A: 

Thanks it worked fine

Muhammed Mohiudeen