hat may have been fixed in 1.6rc6, or possibly the trunk since then.
> Also, could you share a live sample page or pastie
> (http://paste.pocoo.org/orhttp://jsbin.com/) of your code showing the issue?
> Thanks.
>
> - Richard
>
> On Wed, Feb 25, 2009 at 11:27 AM, jonhobbs wrot
gt; start: function(event, ui) {
> $(ui.placeholder).addClass("ui-corner-all");
>
> }
>
> - Richard
>
> On Wed, Feb 25, 2009 at 10:52 AM, jonhobbs wrote:
>
>
>
> > Hi,
>
> > Using the Sortable plugin, is it possible to round the corne
Thanks Richard, just about to do it.
On Feb 26, 9:48 am, "Richard D. Worth" wrote:
> On Wed, Feb 25, 2009 at 9:39 AM, jonhobbs wrote:
>
> > Hi Guys,
>
> > I should warn you that althogh I'm very proficient at jQuery, I'm
> > using jQuery for t
First of all, apologies for my 3rd Sortable realted question today but
I'm tearing my hair out trying to work it all out.
I've got most of it working but have just spotted a big problem in
IE6. When I start do drag a portlet the helper seems to jump to an odd
position.
It seems to be related to
Hi,
Using the Sortable plugin, is it possible to round the corners of the
placeholder?
I've tried this
start: function(event, ui) {
ui.placeholder.addClass('ui-corner-all');
},
but no luck...
--~--~-~--~~~---~--~~
You received this message because you ar
Hi Guys,
I should warn you that althogh I'm very proficient at jQuery, I'm
using jQuery for the firt time to build a portal layout and I may have
several questions about Draggables/Droppable/Sortables before I'm
done! :)
Anyway, It's going OK so far, I started using Drag/Drop and got a bit
confu