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
> You should try:
> ''
> instead.
>
> On Apr 1, 11:59 pm, Javier Martinez wrote:
> > Chrome has errors selecting more than one element where these elements
> are
> > not inserted yet.
> >
> > Test case (execute this snippet in some page):
>
Chrome has errors selecting more than one element where these elements are
not inserted yet.
Test case (execute this snippet in some page):
alert($('').find('#from,
#to').length);
The version I'm using is 1.3.2
http://dev.jqueryui.com/ticket/3876
Not fixed yet, but the code I prupose for the draggable part is still
working.
The droppable can be created on mousedown at the same time that draggable.
Hope it works.
And what about?
for (var i = 0, j = data.length, arr = new Array(j); i < j; i++)
arr[i] = 'data from json';
$('tbody').append (myArray.join (''));
2009/2/6 Gordon
>
> .each isn't the best choice in this case, a good old-fashioned for
> loop will be significantly faster.
>
> Also, use an ar
;
> On Tue, Feb 3, 2009 at 10:39 AM, Javier Martinez
> wrote:
> > I'm creating a component for an application I'm developing and I have
> > upgraded jquery to the last version to get it's speed boost.
> > After some testing I have seen that my component is not wor
of using .find()
> or .children(). It might solve the problem on safari (as I think the
> reason I stopped using find() or children() was that the above was
> much more reliable on my mac for doing dev work.)
>
> On Feb 3, 10:39 am, Javier Martinez wrote:
> > I'm creating
I'm creating a component for an application I'm developing and I have
upgraded jquery to the last version to get it's speed boost.
After some testing I have seen that my component is not working correctly in
webkit browsers because there is some bug with the new Sizzle selector of
the new jquery.
I
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
First of all, thanks to all jQuery members for the new release! is a great
gift!
With this release, one of the main features is the new event propagation
logic. As I can understand, it seems that, for example, if I have a
div(inside) inside other div(outside) and I attach a click event to the
insi
I'm making some calls with getJSON on another domain, and the callback is
not firing.
My code is the next:
var url = '
http://localhost:8080/cometd/cometd?message=%7B%22version%22%3A%221.0%22%2C%22minimumVersion%22%3A%220.9%22%2C%22channel%22%3A%22%2Fmeta%2Fhandshake%22%2C%22id%22%3A0%2C%22connect
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.
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"
I'm moving from mootools to jquery and trying to port my UI framework
to jquery.
Some of my widgets are extending from another widget. For example a
"datagrid" and a "dataview" objects extends from "view" object
(because both uses same methods from view).
With Mootools I have something like this
14 matches
Mail list logo