[jQuery] jquery 1.2.2 and animate()

2008-01-21 Thread Stefan Kilp [sk-software]
hi, what is the best way to animate background-color with jquery. i tried $j(this).animate({backgroundColor:"#ff"}, 2000) to get a red background, but it doesn't work. do i have to use any plugins? thanks stefan -- Stefan Kilp SK-Software, Entwicklung & Bera

[jQuery] Re: autocomplete new dependency

2007-11-26 Thread Stefan Kilp [sk-software]
gt; Annette Carpenter > > Alex Carpel > > > > then that result set is replaced with > > Joel Carmen > > Tiffany Carson > > etc... > > > I'd like to help, but its hard without a testpage. > > Regards > Jörn -- Stefan Kilp SK-Software, Entwicklung & Beratung email: [EMAIL PROTECTED] fon : +49 6151 93344-0 fax : +49 6151 93344-20 Herta-Mansbacher-Str. 98 64289 Darmstadt, Germany. -

[jQuery] Re: Zoomimage

2007-11-12 Thread Stefan Kilp [sk-software]
nice plugin. on testing with Safari/Win i noticed that the keyboard navigation does not work for me , FF is fine. Best regards, Stefan Kilp > > Another plugin to present images > > http://www.eyecon.ro/zoomimage/ -- Stefan Kilp SK-Software, Entwicklung & Beratung email:

[jQuery] Re: jQuery UI Datepicker v3.0 Released! (Previously named jQuery Calendar)

2007-11-01 Thread Stefan Kilp [sk-software]
upal.org/project/jquery_calendar > > Featured on Smashing Magazine Date Pickers > http://www.smashingmagazine.com/2007/10/23/online-calendars-and-date-pickers/ > > Thank you all for your great feedback which has made this Datepicker > so successful! > > Marc Grabanski > Interactive D

[jQuery] Re: animate & hide

2007-09-13 Thread Stefan Kilp [sk-software]
t; msg.css("background-color","#faa").animate({'backgroundColor':'#fff'}, 1000, > function(){ > // this is the callback > $(this).hide(); > }) > > > On 9/13/07, Stefan Kilp [sk-software] <[EMAIL PROTECTED] > <mailto:[EM

[jQuery] Re: animate & hide

2007-09-13 Thread Stefan Kilp [sk-software]
t;#faa").animate({'backgroundColor':'#fff'}, 1000, > function(){ > // this is the callback > $(this).hide(); > }) > > On 9/13/07, Stefan Kilp [sk-software] <[EMAIL PROTECTED]> wrote: > > > > > > it is certainly only

[jQuery] Re: animate & hide

2007-09-13 Thread Stefan Kilp [sk-software]
ge- > From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On > Behalf Of Stefan Kilp [sk-software] > Sent: Thursday, September 13, 2007 2:21 PM > To: jquery-en@googlegroups.com > Subject: [jQuery] animate & hide > > > it is certainly only a newbie problem

[jQuery] animate & hide

2007-09-13 Thread Stefan Kilp [sk-software]
at once, without animating. if i remove msg.hide() then the animation is shown. any hint for me thanks stefan -- Stefan Kilp SK-Software, Entwicklung & Beratung email: [EMAIL PROTECTED] fon : +49 6151 93344-0 fax : +49 6151 93344-20 Herta-Mansbacher-Str. 98 64289 Darmstadt, Germany. -

[jQuery] jquery.com not available

2007-07-09 Thread Stefan Kilp [sk-software]
jquery.com not available for me, anyone else having the same problem? Best regards, Stefan Kilp -- Stefan Kilp SK-Software, Entwicklung & Beratung email: [EMAIL PROTECTED] fon : +49 6151 93344-0 fax : +49 6151 93344-20 Herta-Mansbacher-Str. 98 64289 Darmstadt, Germany. -

[jQuery] New (additional) autocomplete demo

2007-04-29 Thread Stefan Kilp [sk-software]
box (with Paul... can be replace by this new autocomplete plugin but still preserving the bevahior of the old form. the new form returns the id of the selected elements so that the processing of the forms does not have to change. Best regards, Stefan Kilp -- Stefan Kilp SK-Software, Entwicklung

[jQuery] Re: Autocomplete plugin problem

2007-04-29 Thread Stefan Kilp [sk-software]
Hi Jörn, ein update auf die neuste version (28.4 aus svn) hat alle Probleme beseitig :-) falls du noch ein paar bilder brauchst, hier der link http://kilp.net/test/autocomplete/___thumb.zip thanks stefan > Stefan Kilp [sk-software] schrieb: > > Hi Jörn, > > > > maybe you

[jQuery] Re: Autocomplete plugin problem

2007-04-28 Thread Stefan Kilp [sk-software]
in the > plugin method itself: > > // if highlight is set to false, replace it with a do-nothing function > options.highlight = options.highlight || function(value) { return value; }; > > -- > Jörn Zaefferer > > http://bassistance.de > -- Stefan Kilp SK-Software, Entwicklung & Beratung email: [EMAIL PROTECTED] fon : +49 6151 93344-0 fax : +49 6151 93344-20 Herta-Mansbacher-Str. 98 64289 Darmstadt, Germany. -

[jQuery] Re: Autocomplete plugin problem

2007-04-26 Thread Stefan Kilp [sk-software]
one that hasn't been > checked in to the SVN yet. > > I'm hoping to have lots of time to help Jörn out with the code this weekend, > so hopefully it'll be closer to be production ready. > > -Dan > -- Stefan Kilp SK-Software, Entwicklung & Beratung email: [EMAIL PROTECTED] fon : +49 6151 93344-0 fax : +49 6151 93344-20 Herta-Mansbacher-Str. 98 64289 Darmstadt, Germany. -

[jQuery] Re: Autocomplete plugin problem

2007-04-26 Thread Stefan Kilp [sk-software]
use his code also wraps > matches in tags.) > as i highlight multiple hits (search for "jo ro" in the single person demo) i need to disable jörns markup, but i did not find out how. formatItem: false, did not help. any hit for me? thanks stefan > You'd be better off con

[jQuery] Re: click event and z-order

2007-04-26 Thread Stefan Kilp [sk-software]
April 25, 2007 2:00:50 PM > Subject: [jQuery] Re: click event and z-order > > I believe your answer is false. > > if you return false at the end of the click code, no other element will be > bothered with the click event. > > On 4/25/07, > Stefan Kilp [sk-software] &l

[jQuery] click event and z-order

2007-04-25 Thread Stefan Kilp [sk-software]
change the behavior? thanks stefan -- Stefan Kilp SK-Software, Entwicklung & Beratung email: [EMAIL PROTECTED] fon : +49 6151 93344-0 fax : +49 6151 93344-20 Herta-Mansbacher-Str. 98 64289 Darmstadt, Germany. -

[jQuery] Autocomplete plugin problem

2007-04-25 Thread Stefan Kilp [sk-software]
item of the row to be returend as selected value from the list, so i tried to make it in this way.. formatResult: function(row) { return row[1]; }, but it always returns the first item (htmlcode) when i select one item from the list. What am i doing wrong? thanks stefan -- Stefan Kilp

[jQuery] Re: Autocomplte plugin status

2007-04-11 Thread Stefan Kilp [sk-software]
repository[1], if anyone is interested in testing: You're welcome! > > [1] svn://jquery.com/trunk/plugins/autocomplete > > -- > Jörn Zaefferer > > http://bassistance.de > -- Stefan Kilp SK-Software, Entwicklung & Beratung email: [EMAIL PROTECTED] fon : +49 6151 93344-0 fax : +49 6151 93344-20 Herta-Mansbacher-Str. 98 64289 Darmstadt, Germany. -