[jQuery] Best Autocomplete Plugin

2009-10-22 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] 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 grj.mc...@googlemail.com: 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 want

[jQuery] Searching a DataGrid PlugIn

2009-01-07 Thread Stefan Sturm
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
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] 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: 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] Re: Problem with Lightbox

2008-10-28 Thread Stefan Sturm
href=http://blablabla.jpg; img style=max-width: 140px; max-height: 110px; src=http://blablabla.jpg/ /a Greetings, Stefan Sturm

[jQuery] Problem with Lightbox

2008-10-22 Thread Stefan Sturm
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 data is not

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

2008-10-17 Thread Stefan Sturm
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-17 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
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: ?php $return = array(); $return[ 'files' ] = $_FILES; $return[ 'post' ] = $_POST; echo json_encode( $return

[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] Re: Using jQuery Multiple File Upload Plugin and jQuery Form Plugin together

2008-10-15 Thread Stefan Sturm
, Stefan Sturm

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

2008-10-15 Thread Stefan Sturm
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. I'm looking for a good alternative,

[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 [EMAIL

[jQuery] Re: JQuery Form Plugin and json

2008-09-09 Thread Stefan Sturm
. 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
. Is there a way to do this? Thanks and greetings, Stefan Sturm

[jQuery] Moving an Element

2008-08-21 Thread Stefan Sturm
, STefan Sturm

[jQuery] Create Classes using jQuery

2008-08-19 Thread Stefan Sturm
, 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] 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] Re: Layout manager

2008-06-18 Thread Stefan Sturm
:-) 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
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