HTML way ==>
XHTML way ==>
if you set attribute to false
Button is still disabled
So like said before, remove the attribute completly :)
On Mar 30, 3:47 pm, "Jonathan Vanherpe (T & T NV)"
wrote:
> Thierry wrote:
> > I can disable button with specific id with the following code:
>
> > jQu
> I turned around the redirect issue by making sure that I return data
> to the plugin and use the severData callback to invoke an ajax reload
> of the div containing the uploaded picture.
Oke ;)
> The format for passing additional parameters is a simple object in the
> form of { name: "value",
I found this on another site:
We use the Flash uploader MultiPowUpload (http://www.element-it.com/
MultiPowUpload.aspx) and Nirvanix HTTP upload. To register new uploads
we use the forwardingurl t
Although i do appreciate your feedback, do you have any idea how i can
fix the problems?
As far as i see it now, there is only the crashing issue?
Thanx
Gilles
On 15 dec, 08:16, rernens wrote:
> Thanks Gilles for your reply and for the plug in.
>
> I have continued researching
Sample backend:
http://jQuery.webunity.nl/jQuery.uploader/js/sample_backend.phps
Hi Guys,
Sorry for the late update. Although everybody is using it (since i got
20mb of uploaded files) almost nobody is telling "thanx", but that's
oke, i expected that.
I got some time to fix some issues and answer some questions:
> 1. multiple: false through settings while building
> the u
> One question. Your docs and examples don't ever mention, that I can
> tell, how the data is handed off to the backend script. Are the
> images just going to be in the $_FILES global (to give a PHP example)?
Yes, i did not include any information about the backend script used,
since each and e
Guys, a lot of views and no reply's... Thats not fair to me ;)
On Nov 28, 3:17 pm, "Gilles (Webunity)" <[EMAIL PROTECTED]> wrote:
> Hi guys,
>
> Short memo;http://jQuery.webunity.nl/
>
> Check it out, 2 demo's online!
>
> -- Gilles
Hi guys,
Short memo;
http://jQuery.webunity.nl/
Check it out, 2 demo's online!
-- Gilles
Going to squash the latest bugs today, if i got my VPC up and running
so i can use visual studio to debug IE6. Got my SharePoint
certification last week so that week was crazy ;)
On Nov 9, 4:12 pm, Crazy-Achmet <[EMAIL PROTECTED]> wrote:
> Hey Gilles,
>
> how is it going? Is the
uuhm.. yep. ;)
On Nov 2, 8:33 pm, Jörg Battermann <[EMAIL PROTECTED]> wrote:
> You've meant November, right? Just checking :)
>
> On Nov 1, 1:01 pm, "Gilles (Webunity)" <[EMAIL PROTECTED]> wrote:
>
>
>
> > I expect to release around 8 se
I expect to release around 8 september
On Oct 31, 2:09 pm, "Gilles (Webunity)" <[EMAIL PROTECTED]> wrote:
> p.s. at this time, IE seems a bit buggy, have to fix that before i
> release any code.
> I am also using some PNG files right now, which i have to change in
p.s. at this time, IE seems a bit buggy, have to fix that before i
release any code.
I am also using some PNG files right now, which i have to change into
transparent gifs (IE).
On Oct 31, 2:08 pm, "Gilles (Webunity)" <[EMAIL PROTECTED]> wrote:
> Expect something in the nex
Expect something in the next couple of days. I want to have the api
docs setup good this time.
On Oct 30, 1:41 pm, "Olivier Percebois-Garve" <[EMAIL PROTECTED]>
wrote:
> Hi
>
> any chance to see the work in progress ? demo, (even partially buggy) ? svn
> ?
>
> Olivier
>
> On Tue, Oct 28, 2008 at
Another update:
- Started working on the demo's; squatting some final bugs and then
all i have to do is rebuild the demo's.
- Luckily i've documented the JavaScript extensivly so documentation
will be quick.
-- Gilles
On Oct 22, 8:28 pm, "Gilles (Webunity)" <[EMAIL P
Yes that will be possible with my new version and is default
implemented. I shall see if i can make a demo for that.
On 21 okt, 22:59, "Alexandre Plennevaux" <[EMAIL PROTECTED]> wrote:
> hi Gilles,
>
> i was about to take the same path: convert YUI uploader into jquery
Update: Most of the callbacks have been implemented; Actionscript
(Flash) work seems to be done; yet i did all my work without
debugging. Tomorrow i have to add maybe 3 or 4 events / log messages
and then i can start building ;)
-- Gilles
On Oct 20, 7:52 pm, "Gilles (Webunity)&quo
eady uploading; sort of background file transfer so to say.
Anyway; i'll hope to finish the Actionscript code tomorrow evening (it
is now 20:00 here) and the demo's the day after that. Basically; by
the end of the week you should have some working examples.
Thank you for al your wonde
Plugin will be ready in 2 to 3 weeks, have some seminars i have to
attend, sorry.
--- Gilles
Well to be honest, currently the code is a bit of a mess. Do a view-
source on the demo and you see that you have to pass in everything in
the constructor.
What i want to do, if that is oke with you guys, that you can do
something like this:
oUploader = new Uploader('moviename');
oUploader.brows
P.s. i have tons of new ideas to make the usage of the Flash Uploader
(A LOT) easier, but this will be incorporated in V1.5.
-- Gilles
On 14 feb, 10:24, "Gilles (Webunity)" <[EMAIL PROTECTED]> wrote:
> Allright, i have made some changes to the backend and uploader so that
Allright, i have made some changes to the backend and uploader so that
it has some more stabillity.
To answer your question Benjamin, each "progress" callback function
passes an object with this information:
http://docs.jquery.com/UI/Uploader/callbacks/fileProgress#tOptions
In this option array
I'll set up a fourth demo, with total progressbar, also i'll try to
visualise what is going on, on each page by creating a flow diagram...
Oke?
say:
"Finished uploading, processing thumbnails"
and do an Ajax call to the backend which generates the thumbnails.
That should do the trick for you.
-- Gilles
http://docs.jquery.com/UI/Uploader
On 11 feb, 14:35, Cloudream <[EMAIL PROTECTED]> wrote:
> Nice work.
>
> Is there any documents? I think i can write an asp (server) demo for
> other developers.
>
> On Feb 11, 3:37 pm, "Gilles (Webunity)" <[EMAIL PROTE
Well it is almost finished, my Flash-based file uploader for jQuery.
The docs are finished, and the widget itself also. Originally intended
to be a part of UI, but since it has no real connection to UI
(dependencies and so on) i have decided to release it as a standalone
plugin.
Most of you have
open.
here is my code:
$('#trigger').click(function(){
$('#upload').trigger('click');
});
Any help is really appreciated!
Cheers,
Gilles
P.S: anyone going to @media ajax in london? maybe see you there!
Yahoo! it's live!
On Jul 25, 3:49 pm, "Benjamin Sterling"
<[EMAIL PROTECTED]> wrote:
> Guys and Gals,
> Came across this today and found it pretty interesting when looking at some
> of my current projects. Figured I'd share.
>
> http://developer.yahoo.com/yslow/
>
> --
> Benjamin Sterlinghttp://
gjeez ;)
function tbClose(ev) {
if (ev.which == 27) { .. action .. };
}
Just before you open TB:
jQuery(document).keypress(tbClose);
Just after you close TB:
jQuery(document).unkeypress(tbClose);
You could have figured that out ;)
jQuery(document).keypress(function(ev) {
if (ev.which == 27) { .. action .. };
});
Which = jQuery assigned crossbrowser keycode.
Yes, i use it on my site:
http://www.webunity.nl/
It is not in SVN:
http://www.webunity.nl/js/framework/periodicalUpdate.js
On Jul 25, 1:06 pm, "Web Specialist" <[EMAIL PROTECTED]>
wrote:
> Makara,
>
> yes! Please look this plugin:
>
> http://jquery.com/plugins/project/spy
>
> Cheers
>
> 2007/7/
ED]> wrote:
> That might work but I can't tell from that page if it uses images..
>
> And I could not find the cssHover.js or any examples of how this plug in.
>
> -Original Message-
> From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
>
> Behalf O
Well i have to think about that, but i might do some releasing of
code. The advantage i have, is that it runs on my own servers, so i
get to choose the owner ;)
On 21 jul, 09:14, "Jon Ege Ronnenberg" <[EMAIL PROTECTED]> wrote:
> When you load the script, has nothing to do with the dom. The script
ehm.. silly me. I didn't know that there was something like
"this.form".
> By the way, the selector "input.textField" will perform better than just
> ".textField".
Does that read ':input.textfield' or 'input.textfield' or is there no
difference anymore?
-- Gilles
Let's say i have this construction:
And i have this query
$('.textfield').each(function() { ... });
How do i find the parent form?
a) jQuery('form').contains(this);
b) jQuery(this).parents('form').. ?
What is the best and fastest way?
The filemtime is checked, if there are no differences, the precompiled
files (CSS/JS) are served. Load times are still around 1sec ;)
On Jul 16, 11:23 am, Klaus Hartl <[EMAIL PROTECTED]> wrote:
> Gilles (Webunity) wrote:
> > I've build something similar to this; here'
he server (=
greater maintainability) and improves load times drastically.
HTH
-- Gilles
On Jul 16, 7:55 am, Klaus Hartl <[EMAIL PROTECTED]> wrote:
> Stephan Beal wrote:
> > Hi, all!
>
> > i just wanted to take a moment to share a tip which i don't see used
> &
ev(':input')
>
> --John
>
> On 7/13/07, Gilles (Webunity) <[EMAIL PROTECTED]> wrote:
>
>
>
> >
> >
> >
> > ...
> >
>
> > As said. in the application i am building iit should find the previous
> > form element, no m
...
As said. in the application i am building iit should find the previous
form element, no matter where it is located ;)
On 13 jul, 12:19, "Juha Suni" <[EMAIL PROTECTED]> wrote:
> Gilles (Webunity) wrote:
> > Well i've tried that one off course, but the pr
13 jul, 11:30, "Juha Suni" <[EMAIL PROTECTED]> wrote:
> Gilles (Webunity) wrote:
> > Given this query:
> > jQuery('.formError:first', this);
>
> > I basically have this question:
> > How can i find the first input element, before an object?
>
> How about
> jQuery('.formError:first', this).prev();
>
> That should do the trick.
>
> --
> Suni
in jQuery?
And if so, can it be combined into 1 query?
-- Gilles
Glen; take a look at this one:
http://dev.jquery.com/~gilles/slider/
It's broken, but styled ;)
it needs the interface libs but it should run then...
On Jul 12, 5:04 am, "Glen Lipka" <[EMAIL PROTECTED]> wrote:
> Does anyone have a version of the Interface Slider on a
Thanx for sharing Will!
On Jul 5, 12:37 am, Will Arp <[EMAIL PROTECTED]> wrote:
> Dear list,
>
> this has been fixed in latest jquery svn,
> but still need fixing in the form and metadata
> plugins.
>
> - eval("data = " + data);
> + data = eval("(" + data + ")");
>
> related to: Ticket #1298http
If you'd read the release notes, you'd see that the interface package
is no longer in development, possibly only bug fixes. The new "UI"
package is going to replace interface in the future.
On Jul 2, 8:08 pm, "Jeffrey Kretz" <[EMAIL PROTECTED]> wrote:
> I am thrilled to see the 1.1.3 release.
>
>
And also, i would like to see a "thanks" part in your documentation,
for people who submitted bugs, i gave you 2 allready ;)
-- Regards,
Gilles van den Hoven - http://www.webunity.nl
On Jul 3, 2:08 am, Josh Bush <[EMAIL PROTECTED]> wrote:
> I keep coming across a few bugs
Nice website ray!
I wonder if all jQuery plugins there are also on the plugins page
On 27 jun, 19:05, Rey Bango <[EMAIL PROTECTED]> wrote:
> I came across a great link today on DZone.com for Ajax Rain
> (http://www.ajaxrain.com). It has one of the best lists of Ajax widgets
> and controls I've e
Nice! However, when you see the mask and press "ESC" the mask also
disappears ;)
On 28 jun, 03:21, Josh Bush <[EMAIL PROTECTED]> wrote:
> Hey there, I'm back at it trying to push to a 1.0 release. I made
> some code changes, so I would like some verification that all is well
> before I move this
And i am also creating some widgets (including the unobtrusive
combobox) for jQuery
http://groups.google.com/group/jquery-en/browse_thread/thread/4ebf9924c0a33ac4
Drag yes, drop no ;)
http://dev.iceburg.net/jquery/jqDnR/
Nice work, i see some errors however, especially when going from top
to bottom, sometimes the last item does not expand even tough there is
an arrow there.
-- Gilles
On 26 jun, 13:34, Bernd Matzner <[EMAIL PROTECTED]> wrote:
> Hello,
>
> I'm really excited: My first try
work.
E.g. i could duplicate the one used by Ext, let me know.
p.s. i am not in the market to make an interface pack / EXT pack or
something. Just some lightweight controls that have extended
flexibility.
-- Gilles
On 26 jun, 10:24, weepy <[EMAIL PROTECTED]> wrote:
> how about textbox or dropdown ?
rusive offcourse.
If you have any other thoughts, please let me know, i'll try to
implement them.
-- Gilles
A plugin by John Resig and badly implemented? Hardly i guess.. Try
this, i don't know if that works, but seems more logical to me.
$('form.rating').rating( { success: function() { alert("ASD"); } } );
You could also take a look at:
http://sandbox.wilstuckey.com/jquery-ratings/
http://php.scripts.
How about the z-index property of CSS?
On 25 jun, 05:50, Jean <[EMAIL PROTECTED]> wrote:
> i thin u can get the position of image1 and use transferTo (interface
> plugin) for move the image2 to the top of image1
>
> On 6/23/07, Paolo <[EMAIL PROTECTED]> wrote:
>
>
>
> > Hello,
>
> > I have 2 imag
Great, just one of the risks using bleeding edge code ;)
nd
renamed that to "swing". jQuery likes that a lot and runs without bugs
now ;)
But to fix it permanently, can someone please add the swing animation
to the easing plugin?
-- Gilles
As i see your question, i think you mean this:
jQuery(document).ready(function() {
// Assign event to window.onload
jQuery('body').load(function() {
alert('Everything is loaded!');
});
});
On 23 jun, 12:52, howa <[EMAIL PROTECTED]> wrote:
> Hello,
>
> is it possible to attach
s by using your watermark plugin.
Does the masked text also submit to the backend?
HTH,
Gilles
I was wondering today, if Google gears (or any other local storage
system) could be used to improve the speed of certain types of pages,
e.g. website galleries..
What i had in mind is this;
- When the user opens a gallery, an xmlhttp request is made that
fetches the gallery contents.
- When the u
Hi guys, i was fiddling today with one of my newer projects, and i was
wondering how you guys organize things.
Right now i have this structure (all based on mainly website
development)
Customer name
--\
--\ develop
--\ Assets
--\ Text
--\
--\
--\ final
Hi guys,
Good work!
Please add these plugins, since they aren't on the list yet:
http://dev.jquery.com/~gilles/cssHover/
http://dev.jquery.com/~gilles/sifr/
Thanx
Gilles
Cool! I'll be going to try and rebuild my administration site using
blockUI (with ajax forms) instead of my own submodal (which is not so
widely tested off course). I'll keep you posted
Gilles
Great! Make sure you update your own demo page, since it contains a
link to the old "filename" on code.google.com
On 15 jun, 13:34, "Mike Alsup" <[EMAIL PROTECTED]> wrote:
> Gilles,
>
> Sorry for the confusion. I renamed the file as Brandon suggested and
You did not yet commit this did you?
I still see Version 1.22 (06/08/2007) when i download the file here @
work from code.google.com
-- Gilles
You're welcome.
P.s. there is still one thing i would like to see fixxed, but i can't
do that alone. With the current code (in firefox) you can tab only in
the "popup". However, when that is done, you tab to the address bar,
and then to the google search field, then to the tabs (if you have
more
ocking
handler: function(e) {
//->Gilles
// Previous "allowTabToLeave" code did not work. You could tab
out, but not tab back in.
// This code works different. If you want to tab, and you aren't
allowed to leave, it sets
// the focus back on the element you
I agree with Glenn on this one. I vote for "more speed", we need to
"fight back". Another 5k doesn't matter that much to me or my clients
since all of them have caching on. Maybe an extra plugin?
Nice work mike!
Nice work mike!
I have this code:
And this javascript code:
function teaserHide() {
jQuery('#teaser').fadeOut(1000);
}
function teaserShow() {
jQuery('#teaser').fadeIn(1000);
}
/**
* Initialize page
*/
jQuery(document).ready(function() {
//
// Start update function
jQ
Is jQuery under DOS attack again? I've been trying to get the latest
SVN version, but i am unable to do so. I've allready sent John an
email about this, but somehow my account is also "gone". can anybody
help me to fix the SVN connection problems?
Thanx
Gilles
Actually there is allready something called "periodical update"
plugin, you can check that out if you wish..
y chance that this
can be achieved (by an option or programmaticly)?
Thanx
Gilles
On 4 mei, 09:41, Klaus Hartl <[EMAIL PROTECTED]> wrote:
> Gilles (Webunity) wrote:
> > Guys,
>
> > It has been a long time since the first blockUI and "window" plugins
> > (e.g. lightbox/thickbox) became available. However, i still didn't see
> >
nds:
jQuery(document).unfocus(function(oEvent) { return
keepFocusInside(oEvent, SOME_ELEMENT); });
HTH,
Gilles
Yes i've ported this to jQuery, i'll add it to SVN tonight. It has
thesame options as the keyboard_shortcuts, but i've improved (cleaned
up) the code a lot. You can bind any combination you want.
a change of the draggable/droppable
code...?
Thanx
Gilles
77 matches
Mail list logo