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
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
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
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:
$(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
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
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
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
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
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
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
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
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
x27;t have a feature
like this...
Perhaps someone can help me out on this.
Greetigns,
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
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
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
Hello,
where can I find a Tool to View the XHTTPRequests in Opera, like I can
using FIrebug?
Thanks for your Help,
Stefan Sturm
my code looks like this:
http://blablabla.jpg";>
http://blablabla.jpg"/>
Greetings,
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
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
Hello,
I tried some versions. Last working version is 1.24...
Greetings,
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
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:
,
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
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
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.
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
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
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
ere a way to do this?
Thanks and greetings,
Stefan Sturm
problem?
Thanks for your help,
STefan Sturm
your help,
Stefan Sturm
into the seachfield.
I used Firefox 3 on OSX 10.5 for my tests.
Thanks and greetings,
Stefan Sturm
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
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
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
Hello,
I'm searching a PlugIn similar to Protoload(
http://aka-fotos.de/protoload/ ) for Prototype.
Thanks for your Help,
Stefan Sturm
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
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
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
; 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
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
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
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
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
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
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
Image gallery with perspective
http://eyecon.ro/spacegallery/
Regards,
Stefan
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
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
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
Hi,
I did a small game (it was a test for a client), about 6kb of code.
http://www.eyecon.ro/slotmachine/
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
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
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
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
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
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
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]&
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:
Another plugin to present images
http://www.eyecon.ro/zoomimage/
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
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?
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
>
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
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
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
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.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.
-
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
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
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
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
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
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
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,
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.
-
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
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
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
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
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
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
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
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
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
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
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
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
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.
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
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
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
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
96 matches
Mail list logo