[jQuery] How animate in sortable ?

2009-09-15 Thread Jan Koprowski

Hi !

  I'am creating movable panels using jQuery UI sortable behavior.
Unfortunately my columns have different size. Question is - how smooth
resize panel after dropped it on the column to column size ?

Greetings from Poland !
--
Jan Koprowski


[jQuery] jQuery under Konqueror

2008-09-04 Thread Jan Koprowski

Hi !

   When I open jQuery homepage site under Konqueror i see something
like that:

  http://jan.koprowski.zhr.pl/jquery_konqueror.png

   Even demo script doesn't work. Why ?


[jQuery] [jqUploader] What with users without flash ?

2007-04-16 Thread Jan Koprowski

Hi !

When I start use this extension i hope that when the browser doesn't
have flash field will be normal but not. I change (almost
everything) to get this effect but the main problem is:

var $el = jQuery('' + opts.elementType + ' id='+containerId+'
class=' + opts.cls + ' style=width:'+opts.width+'px [...]
$this.after($el).remove();

This fragment of code removed normal file filed so when the flash
wasn't install field just disappear.  I removed this and change script
to replace div content where filed is.

Maybe this script generate some problems in some browsers but i can't
check this. In my opinion this method is better.