Re: [jQuery] 1.1 drag not working on mozilla in linux

2007-01-23 Thread jason schleifer
ah! yep, draging works, but dropping breaks it. works fine in firefox, but not in mozilla. On 1/23/07, bander [EMAIL PROTECTED] wrote: For me, drag alone works (try http://interface.eyecon.ro/demos ), but as soon as droppables are added in, yes, it's broken. jason schleifer wrote: ever

[jQuery] 1.1 drag not working on mozilla in linux

2007-01-19 Thread jason schleifer
ever since jquery switched to 1.1 all the demos I see with drag aren't working correctly.. they work fine in firefox, but in mozilla they're totally busted. does anyone else see this problem?? -jason -- jason schleifer ah-ni-may-tor | weirdo http://jonhandhisdog.com

Re: [jQuery] Interface 1.1

2007-01-15 Thread jason schleifer
changelog!. http://interface.eyecon.ro - Hey now, that is a large improvement. Thanks for the work guys. -ALEX ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/ -- jason schleifer ah-ni-may-tor | weirdo http

Re: [jQuery] selectable not working after loading content through .load the second time

2006-12-12 Thread jason schleifer
- if you have a lot of elements, selectables tends to become very slow and unusable. Had to write my own version which works like paint selection in maya but is much faster. Give me a shout if you wanna try that at some point. Cheers Phil jason schleifer wrote: that's what I thought.. so

[jQuery] selectable not working after loading content through .load the second time

2006-12-11 Thread jason schleifer
) { var selected = serial.hash; } } ); } $(#content).load(./showRef.php, function() { applySelectables(); }); it still doesn't work. I'm not getting any errors returned in the code, so I'm curious if anyone has any suggestions.. cheers! -- jason schleifer ah

Re: [jQuery] selectable not working after loading content through .load the second time

2006-12-11 Thread jason schleifer
; } } ); } $(#content).load(./showRef.php, function() { applySelectables(); }); it still doesn't work. I'm not getting any errors returned in the code, so I'm curious if anyone has any suggestions.. cheers! -- jason schleifer ah-ni-may-tor

Re: [jQuery] selectable not working after loading content through .load the second time

2006-12-11 Thread jason schleifer
___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/ -- jason schleifer ah-ni-may-tor | weirdo http://jonhandhisdog.com/ ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] Interface Selectable.. function on deselect

2006-11-30 Thread jason schleifer
___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/ -- jason schleifer ah-ni-may-tor | weirdo http://jonhandhisdog.com/ ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

[jQuery] Interface Selectable.. function on deselect

2006-11-29 Thread jason schleifer
); }, ondeselect: function() { alert(deselecting); } } ); /script and it works great! just thought others might be interested.. thanks again for a really awesome set of plugins! -jason -- jason schleifer ah-ni-may-tor | weirdo http://jonhandhisdog.com