[jQuery] Best Autocomplete Plugin

2009-10-21 Thread Stefan Sturm
Hello, I badly need an Autocomplete Plugin. So I would like to ask you, what is the best solution to go with? Thanks for your help, Stefan Sturm

[jQuery] Re: a plugin for extending .keypress to two keypresses

2009-09-26 Thread Stefan Petrea
 48                     $.first_press= false; >  49                 }, delay); >  50         }; >  51         e.stopPropagation(); >  52     }); >  53 } > > Thanks for taking the time to read this. > > Best regards, > Stefan sorry , in the meantime found out about http://code.google.com/p/js-hotkeys/ problem solved

[jQuery] Re: Facebook Connect & jQuery

2009-08-30 Thread Stefan Klasen
Do you use the ruby gem facebooker? It's using prototype as it's default JavaScript framework. Call it this way to use jquery instead: <%= init_fb_connect('XFBML', :js => :jquery) %> hope this helps On Sunday, August 30, 2009, Avishai wrote: > > Hi, > > I've been trying to implement Facebook Co

[jQuery] animate / carousel

2009-08-14 Thread stefan
HTML: 1 2 3 4 5 6 7 8 JQUERY: var div = $('#test'); var ul = $("ul", div); var li = $("li", ul); var li_width = 100; $('#btn').click(function(){ return move(8); }); function move(to) { ul.animate({left: -(to*li_width}, 100, null, function () { li.slice (to).slice(0,4) }); } QUESTION

[jQuery] thumbnail changer

2009-08-13 Thread stefan
jquery: $(function() { $('.thumb').hover(function() { for (var i=1; i <= 4; i++) { setTimeout(function(){$(this).attr('src', '/thumbnail/1_' + i + '.jpg');}, i*100); } }, function() { $(this).attr('src', '/thumbnail/1_1.jpg'); }); }); html: fold

[jQuery] Re: Code Review: slideshow plugin using JSON

2009-05-26 Thread Stefan Hayden
I just moved so I know how it is. I'll be sure to ping you again soon. I'm still trying to get our company to spin up the dev blog so we can make the release.. so no one seems to be in a rush. Thanks for your time! Stefan On May 26, 11:27 pm, chris thatcher wrote: > totally behin

[jQuery] Re: Code Review: slideshow plugin using JSON

2009-05-21 Thread Stefan Hayden
You have to love the public domain. Thanks again and I look forward to your feedback. Stefan On May 21, 2:49 pm, chris thatcher wrote: > nice work stefan, i checked out the example and will look under the covers > sometime tonight.  I'm actually at the library of congress (i wo

[jQuery] Code Review: slideshow plugin using JSON

2009-05-21 Thread Stefan Hayden
to show a animated caption. plugin homepage: http://stefanhayden.com/shermanstravel_slideshow/ plugin source: http://stefanhayden.com/shermanstravel_slideshow/jquery.ShermansTravel_Slideshow.js any feedback would be welcome. Stefan Hayden

[jQuery] Roller - jQuery based game

2009-05-10 Thread Stefan
Hey, This is a small game inspired by this article http://www.emanueleferonato.com/2007/06/14/create-a-flash-ball-game-with-visual-from-above-tutorial/ I hope enjoy it even if I did not had the inspiration to develop more levels yet: http://www.eyecon.ro/roller/ (use arrow keys to move the ball

[jQuery] Re: IE7: Setting ColSpan as Attribute

2009-02-06 Thread Stefan
Excellent solution! Had the same exact problem and was scratching my head for a while. Thank you very much! -Stefan On Jan 2, 9:18 am, NRutman wrote: > This had me scratching my head for a while, so I wanted to share it in > case it might help someone else: > > It seems that us

[jQuery] Working with Arrays

2009-01-26 Thread Stefan Sturm
Hello, I use some jQUery functions, to work with Array. But now I'm missing a function. How can I remove an item from an Array? Lets say, I have this Array: var a=[ 1,2,3,4,5,6]; And now I want to remove item 3. How can I do this? Thanks for your Help, Stefan Sturm

[jQuery] Re: jQuery 1.3 incompatible plugins

2009-01-22 Thread Stefan Sturm
Hello, good Question. I have problems with Fancybox and jQuery 1.3... Greetings, Stefan Sturm 2009/1/22 Gordon : > > Just a quick question, is there a list of plugins that don't work with > jQuery 1.3, or a list of plugins that have been upgraded to work with > it? I w

[jQuery] Re: Getting the DPI

2009-01-10 Thread Stefan
DPI is a measurement in printing. If you mean the screen resolution you can use screen.width and screen.height. On Jan 9, 11:58 pm, ron1972 wrote: > Is there a way to get the monitor's dots per inch using jquery? > I've been searching and searching..but haven't had any luck. > Thanks > Ron

[jQuery] Searching a DataGrid PlugIn

2009-01-07 Thread Stefan Sturm
x27;t have a feature like this... Perhaps someone can help me out on this. Greetigns, Stefan Sturm

[jQuery] Problem ClueTip Plug-In and local parameter

2008-11-14 Thread Stefan Sturm
using a Ajax Request. But this is not working, because my Form exists two times... Hope somebody can help me. Greetings, Stefan Sturm

[jQuery] Best AutoComplete PlugIn

2008-11-04 Thread Stefan Sturm
Hello, because the UI AutoComplete is pushed back to 1.7, I'm looking for a good AutoComplete PlugIn. Which is the best today? Thanks for your help, Stefan Sturm

[jQuery] Re: Viewing XHTTPRequests in Opera

2008-10-30 Thread Stefan Sturm
Hello, > You may want to check out Dragonfly http://www.opera.com/products/dragonfly/ I know about this. It is included in Opera since 9.5. But I can't find something to display the XHTTPRequests :-( Greetings, Stefan Sturm

[jQuery] Viewing XHTTPRequests in Opera

2008-10-30 Thread Stefan Sturm
Hello, where can I find a Tool to View the XHTTPRequests in Opera, like I can using FIrebug? Thanks for your Help, Stefan Sturm

[jQuery] Re: Problem with Lightbox

2008-10-28 Thread Stefan Sturm
my code looks like this: http://blablabla.jpg";> http://blablabla.jpg"/> Greetings, Stefan Sturm

[jQuery] Problem with Lightbox

2008-10-22 Thread Stefan Sturm
navigation link on my images. Perhaps the problem is, that the gallery load on an ajax request... Sorry, I can't point to a sample at this point, because it is an intranet project. Greetings, Stefan Sturm

[jQuery] Re: How To Create Array(s) in jQuery?

2008-10-20 Thread Stefan Sturm
Perhaps you should give us an example... 2008/10/20 aj is in <[EMAIL PROTECTED]>: > >> What makes you say that? An array is an array is an array. jQuery >> doesn't change how they work or how you create them. > > Yep. An array is an Array. But in my case while working with jQuery > the array da

[jQuery] Re: Using "jQuery Multiple File Upload Plugin" and "jQuery Form Plugin" together

2008-10-16 Thread Stefan Sturm
Hello, I tried some versions. Last working version is 1.24... Greetings, Stefan Sturm

[jQuery] Re: Using "jQuery Multiple File Upload Plugin" and "jQuery Form Plugin" together

2008-10-16 Thread Stefan Sturm
1.3 it is not working, with 1.1 it is working... I hope the MultiFile developers are reading here :-) > The json issue is a tricky one. I don't have an answer for that yet. I hope you find a solutions soon :-) Greetings, Stefan Sturm

[jQuery] Re: Using "jQuery Multiple File Upload Plugin" and "jQuery Form Plugin" together

2008-10-16 Thread Stefan Sturm
this works fine, but when the form has a file element, it stops working :-( Perhaps you can take a look at this too... Thanks for your help, Stefan Sturm PS: Here is the code of the upload.php file: 2008/10/15 Stefan Sturm <[EMAIL PROTECTED]>: > OK, I made a small example: > http:

[jQuery] Re: Using "jQuery Multiple File Upload Plugin" and "jQuery Form Plugin" together

2008-10-15 Thread Stefan Sturm
, Stefan Sturm

[jQuery] Re: Using "jQuery Multiple File Upload Plugin" and "jQuery Form Plugin" together

2008-10-15 Thread Stefan Sturm
Hello, > Can you post a link? Sorry, but I can't at this point. It is part of a large Intranet Project. But if it helps, I can build a little sample app... But to be clear: I should work, right? Greetings, Stefan Sturm

[jQuery] Using "jQuery Multiple File Upload Plugin" and "jQuery Form Plugin" together

2008-10-15 Thread Stefan Sturm
try to do this, the Form Plugin uploads no file. I can select more then one file and after submitting the form, the server script( php ) gets called, but there is no file uploaded. Perhaps somebody can help me on this... Greetings, Stefan Sturm

[jQuery] Re: OT : javascript editor (with code formatting)

2008-10-07 Thread Stefan Sturm
Take a look at NetBeans. I switch to NetBeans 6.5 a short Time ago. Greetings, Stefan 2008/10/7 Alexandre Plennevaux <[EMAIL PROTECTED]>: > Friends, > > aptana studio, albeit a nice editor, is recently crashing all the time and > now doesn't even want to restart.

[jQuery] Re: JQuery Form Plugin and json

2008-09-12 Thread Stefan Sturm
Hello > > beforeSubmit: function(arr) { >var json = // ... build json string >arr.length = 0; // throw away current array contents (if you want) >arr[0] = { name: 'someName', value: json }; > } > thats it :-) Thanks... Greetings, Stefan Sturm

[jQuery] Re: JQuery Form Plugin and json

2008-09-11 Thread Stefan Sturm
Hello, thanks for your answer. I made it the way you say. I build my json string in the beforeSubmit function. So, now I have a correct json string, but how can I replace the post array? Sorry, but I hang at this point. Thanks agin for your Help, Stefan Sturm 2008/9/9 Mike Alsup <[EM

[jQuery] Re: JQuery Form Plugin and json

2008-09-09 Thread Stefan Sturm
s one post parameter. > > Is there a way to do this? I still searching for a solution for this... Hope, the developer is reading here :-) Greetings, Stefan Sturm

[jQuery] JQuery Form Plugin and json

2008-08-29 Thread Stefan Sturm
ere a way to do this? Thanks and greetings, Stefan Sturm

[jQuery] Moving an Element

2008-08-21 Thread Stefan Sturm
problem? Thanks for your help, STefan Sturm

[jQuery] Create Classes using jQuery

2008-08-19 Thread Stefan Sturm
your help, Stefan Sturm

[jQuery] Autocomplete PlugIn: Some Questions

2008-07-22 Thread Stefan Sturm
into the seachfield. I used Firefox 3 on OSX 10.5 for my tests. Thanks and greetings, Stefan Sturm

[jQuery] bug .append adds unwanted start tags to end tags

2008-07-15 Thread Stefan Petrea
Hi, I've noticed recently while trying to use .append that for example when I append a tag in reality jQuery appends "". I consider this a bug. Is it expected behaviour ? What should I do ? Thank you -- Stefan Petrea homepage : http://perlhobby.googlecode.co

[jQuery] .append() default behaviour

2008-07-15 Thread Stefan Petrea
ry so that I will be able to generate exactly what I want without having to use CSS ? -- Stefan Petrea homepage : http://perlhobby.googlecode.com/ mobile phone : +40732070179

[jQuery] [New plugin] Colorpicker

2008-07-07 Thread Stefan
http://eyecon.ro/colorpicker/ A simple component to select colors in the same way you select color in Adobe Photoshop Features * Flat mode - as element in page * Powerful controls for color selection * Easy to customize the look by changing some images * Fits into the viewport

[jQuery] Searching a PlugIn( Protoload )

2008-06-23 Thread Stefan Sturm
Hello, I'm searching a PlugIn similar to Protoload( http://aka-fotos.de/protoload/ ) for Prototype. Thanks for your Help, Stefan Sturm

[jQuery] request for code review

2008-06-21 Thread Stefan Petrea
found here http://perlhobby.googlecode.com/svn/trunk/firefox_toolbar_version_0.5/tuttoolbar_unziped/ Any suggestions regarding either server-side code or extension code are very much appreciated :) Thank you -- Stefan Petrea homepage : http://perlhobby.googlecode.com/ mobile phone : +40732070179

[jQuery] Re: Layout manager

2008-06-18 Thread Stefan Sturm
ed for Version 1.7 :-) Is there any Timetable for this? And I found something in the Experimental Folder about Layout. Is this useable? Thanks and greetings, Stefan Sturm

[jQuery] Re: Layout manager

2008-06-17 Thread Stefan Sturm
jqueryUI, still > lacks some options. ( ou better, inprove the splitpane to do the same > things that this do.) where can I find the Layout currently in jQueryUI? Thanks, Stefan Sturm

[jQuery] Re: idiot requests SIMPLE ajax explanation!

2008-06-16 Thread Stefan Petrea
; explanation? > > Supposing I eventually get to grips with this, has anybody (Mike > Alsup!) written a REALLY simple explanation of the Taconite plugin, as > that's where I'm heading? > > Thank you [blushes] > Cherry. > -- Stefan Petrea homepage : http://perlhobby.googlecode.com/ mobile phone : +40732070179

[jQuery] how to get jquery working inside XUL extension ?

2008-06-14 Thread Stefan Petrea
ething like this. Has anyone tried to do this ? Does it work or am I trying to push a rock that will not move ? Either way I'm going to give it a shot,but if you've done this and might have any details to share please do :) Thank you -- Stefan Petrea homepage : http://perlhobby.googlecode.com/ mobile phone : +40732070179

[jQuery] Re: jquery n00bl3t

2008-06-12 Thread Stefan Petrea
vent){ > > 9event.preventDefault(); > > 10alert("Thanks for visiting- babu!"); > > 11alert("This is my alert"); > > 12 }); > > 25 > > 26 > > 27 > > 28 jQuery > > 29 http://google.com/"; class="clickme">I give a message > > when you leave > > 30 http://yahoo.com/"; class="hideme">Click me to hide! > > 31 http://microsoft.com/";>I'm a normal link > > 32 > > 33 > -- Stefan Petrea homepage : http://perlhobby.googlecode.com/ mobile phone : (040) 0732070179

[jQuery] Re: European Mirrors

2008-06-12 Thread Stefan Petrea
European Based > hosting companies for mirroring the docs? > >-- >Isaak Malik >Web Developer > > References > >Visible links >1. mailto:[EMAIL PROTECTED] -- Stefan Petrea homepage : http://perlhobby.googlecode.com/ mobile phone : (040) 0732070179

[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: jQuery 1.1.2 Released: Happy 2nd Birthday!

2008-01-14 Thread Stefan Petre
Happy Birthday jQuery and congrats to dev team. 2008/1/15, Joel Birch <[EMAIL PROTECTED]>: > > > Waahh, happy birthday jQuery! My, how you have matured! > > Huge thanks to John, Brandon, David (a warm welcome to you), and all > the other cool dudes in the jQuery team. > > Respect and admiratio

[jQuery] Superfish: Force menu to collapse

2008-01-11 Thread Stefan
Hi Joel and everyone else on this channel, I would like to close/collapse the superfish menu with a JavaScript call, something like: $("ul.nav").superfish().collapse(); Is this possible with Superfish? Is there a way I can call the "out" function somehow? Thanks in advance, Stefan

[jQuery] [ANNOUNCE] Space gallery

2008-01-09 Thread Stefan Petre
Image gallery with perspective http://eyecon.ro/spacegallery/ Regards, Stefan

[jQuery] Re: Attaching events to dynamic DOM IDs

2007-12-22 Thread Stefan Petre
for(var i = 0; i < 30; i++) { jQuery('#day_' + i).click(function() { jQuery('#' + this.id+ '_modal').jqmShow(); }); } maybe it works this way 2007/12/22, Rabbit <[EMAIL PROTECTED]>: > > > The following code: > > for(var i = 0; i < 30; i++) { > jQuery('#day_' + i).click(function() { > c

[jQuery] Re: internet explorer debugging

2007-12-21 Thread Stefan Petre
Maybe this helps http://www.debugbar.com/ 2007/12/21, Alexandre Plennevaux <[EMAIL PROTECTED]>: > > > hello friends, > > my application is running ok in firefox but is not doing so great in > internet explorer. I'm having a hard time tracking down the bug(s). > Can someone help me? Problem is i di

[jQuery] Re: Stupid little game :)

2007-12-19 Thread Stefan Petre
Benjamin Sterling wrote: I think that game is rigged, I lost all my money. :) On 12/19/07, Erik Beeson <[EMAIL PROTECTED]> wrote: Fun, thanks for sharing :) --Erik On 12/19/07, Stefan Petre <[EMAIL PROTECTED] > wrote: Hi, I

[jQuery] Stupid little game :)

2007-12-19 Thread Stefan Petre
Hi, I did a small game (it was a test for a client), about 6kb of code. http://www.eyecon.ro/slotmachine/ Stefan

[jQuery] Converting XML to a string with jQuery

2007-12-19 Thread Stefan
Hello, I have some data in XML representation that I will need to convert to a string. I tried using XMLSerializer - works great in Firefox, but not in IE: var xmlString = (new XMLSerializer()).serializeToString(xmlData); Is there any way to convert XML to its string representation with jQuery

[jQuery] Re: Ann: Flot 0.1 released

2007-12-04 Thread Stefan Petre
Swt and useful . I like it so much. 2007/12/4, Ole Laursen <[EMAIL PROTECTED]>: > > > Hi! > > I've just released Flot 0.1, a brand-new plot plugin for jQuery which > focuses on simple usage, attractive looks and interactive features > like zooming. It's like plotr and Plotkit, but hopefully a

[jQuery] Re: autocomplete new dependency

2007-11-26 Thread Stefan Kilp [sk-software]
when i look at http://jqueryjs.googlecode.com/svn/trunk/plugins/autocomplete with TortoiseSVN ist shows Revision 3917 not 2384. Is that the current version or am i getting something wrong? Best regards, Stefan Kilp > > Shelane schrieb: > > I downloaded the latest from the reposito

[jQuery] Re: Zoomimage

2007-11-14 Thread Stefan Petre
Stoyan wrote: Bah, the alert on IE6 appears when I press any key. That's valid for the official demo too: http://www.eyecon.ro/zoomimage/    --  Best regards,  Stoyan                          mailto:[EMAIL PROTECTED] Sorry for this. I will fix it in 3 ho

[jQuery] Re: Zoomimage

2007-11-13 Thread Stefan Petre
I pollute jQuery's namespace, so Anyway, I fixed some things and added new features. You may what to check it out. 2007/11/13, Erlend Schei <[EMAIL PROTECTED]>: > > > What a marvellous plugin! Great work, Stefan! > > I hope you don't mind my sharing a few

[jQuery] Re: Zoomimage

2007-11-12 Thread Stefan Petre
I can confirm this. I will fix it, I was too tired last night. Stefan Kilp [sk-software] wrote: 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

[jQuery] Re: Zoomimage

2007-11-12 Thread Stefan Petre
owsers has this been tested with? I am so excited! Glen On Nov 12, 2007 1:36 PM, Matthieu BARBE < [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> wrote: I love this plugin... good job stefan ! 2007/11/12, Stefan Petre <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]&

[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] Zoomimage

2007-11-12 Thread Stefan Petre
Another plugin to present images http://www.eyecon.ro/zoomimage/

[jQuery] Re: jQuery Challenge

2007-11-04 Thread Stefan Petre
S. Robert James wrote: While working on this: http://groups.google.com/group/jquery-en/browse_thread/thread/7cbc9fb45f7dc133 , I've tried to come up with a way to read attributes out of a CSS class, even if that class isn't applied to any element. No luck so far. Any jQuery pro's want to take

[jQuery] Re: Is this posible with JQUERY?

2007-11-03 Thread Stefan Petre
I did something similar, but did not ave the time to release it. You can see it in action here http://blog.eyecon.ro/#in-singuratate Stefan Vladimir wrote: http://vikjavev.no/highslide/ extra fine jscript... does jQuery have a plug-in like that?

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

2007-11-01 Thread Stefan Kilp [sk-software]
hi, beginners question :-) how do i set monday as first day in week (for germany) Best regards, Stefan Kilp > > jQuery UI Datepicker v3.0 Released! (Previously named jQuery Calendar) > > I am happy to announce that UI Datepicker version 3 has been released >

[jQuery] Re: animate & hide

2007-09-13 Thread Stefan Kilp [sk-software]
this way var $j = jQuery.noConflict(); $j("#msg").css(...).animate(...,1000,function(){ $j(this).hide())) works fine. stefan > > _ > > From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On > Behalf Of Joan Piedra > Sent: Thursday, September 13, 2007 2:24

[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] Re: Preview: Brand new tablesorter 2.0, multi-column sorting and more

2007-07-06 Thread Stefan Petre
May I suggest something? When you sort: first click > sort ascending , second click > sort descending ; third click > clear sorting. 2007/7/6, tlob <[EMAIL PROTECTED]>: an ajax mysql connection for editing datas inside the table and I owe you BIG time! ;-) GREAT WORK!! On 6 Jul., 13:34, "Ch

[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]
is highlight: function(value) { return value; }, right - .result(function(event, data, formatted) { has in `variable data what i first generated with my serverside php script | | id in the function values are separated with "," instead of "|&q

[jQuery] Re: Autocomplete plugin problem

2007-04-26 Thread Stefan Kilp [sk-software]
e/autocomplete-demo.html the user could assume that the shown hits where the only hits available, but this is not true it is only limited bei max=20, Best regards, Stefan Kilp > Stefan, > > >as i highlight multiple hits (search for "jo ro" in the single person demo) &g

[jQuery] Re: Autocomplete plugin problem

2007-04-26 Thread Stefan Kilp [sk-software]
Hi Dan, thanks verys much for your help. > Stefan, > > >i did some test/demos to play with autocomplete plugin. > > > > http://kilp.net/test/autocomplete/autocomplete-demo.html > > > >i want a kind of highlighted searchresult. for that reason my php s

[jQuery] Re: click event and z-order

2007-04-26 Thread Stefan Kilp [sk-software]
now click on one of the action icons, my select event is triggered, which in this case is not intended. any idea to solve this problem? thanks stefan > > - Original Message > From: (J)(a)(k)(e) <[EMAIL PROTECTED]> > To: jquery-en@googlegroups.com > Sent: Wednesday,

[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: ANNOUNCE: Another LightBox Option - Interface ImageBox

2007-04-24 Thread Stefan Petre
from ThickBox and the other lightbox plugins currently available and is very smooth overall. The original version was done by Interface developer Stefan Petre and has since received some nice revisions and fixes courtesy of Matthieu Paineau. Definitely take a look at it as it offers a nice UI

[jQuery] Re: ANNOUNCE: Another LightBox Option - Interface ImageBox

2007-04-24 Thread Stefan Petre
from ThickBox and the other lightbox plugins currently available and is very smooth overall. The original version was done by Interface developer Stefan Petre and has since received some nice revisions and fixes courtesy of Matthieu Paineau. Definitely take a look at it as it offers a nice UI

[jQuery] Re: Interface "folder-tree" requests

2007-04-13 Thread Stefan Petre
Hey, I will rewrite that demo as soon as Interface 2 is finished Stefan 2007/4/13, Gilles (Webunity) <[EMAIL PROTECTED]>: I don't know if Stefan is reading this discussion group, but i have some questions for him. I was wondering if he wants to change the demo at: http://interfac

[jQuery] Re: Interface updates

2007-04-12 Thread Stefan Petre
Priest, James (NIH/NIEHS) [C] wrote: -Original Message- From: Stefan Petre [mailto:[EMAIL PROTECTED] Just wondering as to when Interface updates/fixes are going to be released. I do release guys could be very busy, but little heads up would be appreciated

[jQuery] Re: Interface updates

2007-04-12 Thread Stefan Petre
Kush Murod wrote: Hi, Just wondering as to when Interface updates/fixes are going to be released. I do release guys could be very busy, but little heads up would be appreciated. --Kush Currently we are working on Interface 2. Stefan

[jQuery] Re: Font Size Plugin Take 2

2007-04-12 Thread Stefan Sedich
Heh yeah all good. Setup a wordpress blog for myself now too, will be posting up more plugins as time passes. Cheers for your friendly answers. Stefan http://monkeysoft.com.au/blog/ On 4/12/07, Joel Birch <[EMAIL PROTECTED]> wrote: On 12/04/2007, at 9:55 PM, Stefan Sedich wrote: &g

[jQuery] Re: Font Size Plugin Take 2

2007-04-12 Thread Stefan Sedich
Ok its posted under plugins in the userinterface section (see howlong until its remove :( heh). Let me know how it goes. Made a few changes added reset function. Next will remove the need for the cookies plugin and thats it i think. Cheers Stefan On 4/12/07, BKDesign Solutions <[EM

[jQuery] Re: Font Size Plugin Take 2

2007-04-12 Thread Stefan Sedich
infact could just parse it as an int when i read the cookie initially. Any other additions needed? To return to default you would call SetFontSize(0); might just make a reset method to do.. Cheers Stefan On 4/12/07, Stefan Sedich <[EMAIL PROTECTED]> wrote: Yeah the parseint was

[jQuery] Re: Font Size Plugin Take 2

2007-04-12 Thread Stefan Sedich
Yeah the parseint was due to when its passed from a cookie. Thanks for the comments, i was expecting someone to flame me for crap code hehehe. Cheers Stefan p.s. How do i go about getting it added to plugins? On 4/12/07, Joel Birch <[EMAIL PROTECTED]> wrote: On 12/04/2007, at 7

[jQuery] Re: Autocomplte plugin status

2007-04-11 Thread Stefan Kilp [sk-software]
s wrong an you want to correct the input. - if i type berl in multipe City field, autocomplete shows me three options Berlin, Berlin Center, Berln Heights. Wouldn't make it sence to automaticly highlight the first item. and then when pressing the key down key directly move to the seco

[jQuery] Re: is child of...

2007-04-06 Thread Stefan Petre
Lwis wrote: Hi, short version: how do I find out whether my element is a child of another element? long version: I think I want to loop through all elements and check each of them if it is the element I am searching for or not. I think I want something similar to YUI (http://www.un-instraw.or

[jQuery] Small Interface website update

2007-04-06 Thread stefan . petre
Hi guys, Long time no see. http://interface.eyecon.ro/dependencies useful to check dependencies . Starting next week I will have some free time again and me and Paul will continue working on Interface 2. I hope this month we will release it. Take care.

[jQuery] Re: jQuery Powered Sites - The List Continues to Grow

2007-04-05 Thread Stefan Petre
I don't quite understand; where do you want to add the description? Rey Bango wrote: Thanks Stefan. Can you give me a description of the site so I can add that? Rey [EMAIL PROTECTED] wrote: I can not show actual links because the products are white labeled. I made a little scree

[jQuery] Re: jQuery Powered Sites - The List Continues to Grow

2007-04-05 Thread Stefan Petre
I don't think I will release this since Ext does a better job Andy Matthews wrote: I'm more interested to see if he's going to be able to release that as a plugin! Just to clarify, I think that looks amazing! andy -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL

[jQuery] Re: jQuery Powered Sites - The List Continues to Grow

2007-04-05 Thread Stefan Petre
Yes, the back end is PHP driven but the response is XML Andy Matthews wrote: Holy WOW!!! I'm assuming that uses PHP for the back end? -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Gareth Hughes Sent: Thursday, April 05, 2007 9:03 AM To: j

[jQuery] Re: jQuery Powered Sites - The List Continues to Grow

2007-04-05 Thread stefan . petre
I can not show actual links because the products are white labeled. I made a little screencast from a back end using jQuery to do all sorts of things http://www.eyecon.ro/demos/imagebrowser.html