[jQuery] Re: Send $_FILES thorugh ajax using jQuery

2009-04-04 Thread Javier Martinez Fernandez
Or if you want a more advanced way of uploading content, try jqUploader. http://www.pixeline.be/experiments/jqUploader/ -- Javier Martinez Fernandez ecentin...@gmail.com To sell and buy games between

[jQuery] not selector

2009-02-01 Thread Javier Martinez Fernandez
I'm having some problems using the "not" selector on my jquery code. I have elements that have one classname "first" and only one of them has a second classname "second" (that is used in many other elements). I want to select the elements that have the "first" but not the "second". The se

[jQuery] Reuse an ajax call and cancel it

2008-08-22 Thread Javier Martinez Fernandez
Is there any way to reuse the same ajax call many times and cancel it if it's called again before it has been finished? Thanks.

[jQuery] jQuery and Firebug 1.2.0b13

2008-08-21 Thread Javier Martinez Fernandez
Someone is experiencing problems with firebug 1.2.0b13 and "domready" in jQuery. I load an external js file that contains something like this: jQuery(function() { console.time("Test!"); console.timeEnd("Test!"); }); And console throws an error saying that "console is undefined"