[jQuery] Bug in jQuery Multiple File Upload Plugin

2009-05-07 Thread Fred
Hello, I dowloaded the last version of this plugin that looks great. But here is the big big problem. I just tested the most trivial examples on the following webpages : http://www.fyneworks.com/jquery/multiple-file-upload/#tab-Examples I checked the example : Customising the file list -

[jQuery] Bug with JQuery is?

2008-10-02 Thread ProggerPete
If it's not a bug it is at least violates the principle of least surprise. The .is function returns true for things I don't think it should. See the example below. !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN http:// www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd html

[jQuery] bug in jquery ? css('border') returns undefined

2008-04-24 Thread Alexandre Plennevaux
I wonder why this doesn't work, either it's a but or a flaw in the documentation: consider this code: !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd; html head style type=text/css h1 {

[jQuery] Bug in jquery-roundcorners-canvas !?

2007-12-04 Thread Olaf Bosch
Hi all, i try to debug a bad behavior in IE (6+7), i found: This Plugin works not when the CSS definition is global set on a ContextSelector. My engl. is to bad to wirte it better, i have setup a Demo of the problem. http://olaf-bosch.de/bugs/jquery/corner/ Please look at this and you see was

[jQuery] Bug in jQuery selector or am I just not understanding?

2007-11-25 Thread Mark Lacas
Why does the code below show the values for the two alerts to be: bilbo and layout_1 ? I would have expected: bilbo and bilbo. I thought the cascading selectors would have chosen the dp_properties class that is the first child level of the selected div. . .not the dp_properties class buried two