[jQuery] Re: opacity in IE6.0 not works with jquery-1.1.3

2007-07-04 Thread Francisco José Rives
Fixed in the latest trunk version :-D On 7/4/07, Francisco José Rives <[EMAIL PROTECTED]> wrote: There is a bug in jQuery attr function in 1.1.3 jQuery code - attr: function(elem, name, value){ var fix = jQuery.isXMLDoc(elem) ? {} : jQuery

[jQuery] Re: opacity in IE6.0 not works with jquery-1.1.3

2007-07-04 Thread Francisco José Rives
There is a bug in jQuery attr function in 1.1.3 jQuery code - attr: function(elem, name, value){ var fix = jQuery.isXMLDoc(elem) ? {} : jQuery.props; // Certain attributes only work when accessed via the old DOM 0 way if ( fix[name] ) { if (

[jQuery] Re: opacity in IE6.0 not works with jquery-1.1.3

2007-07-04 Thread Francisco José Rives
Ok, I'm wrong :-P I see, jQuery checks some css properties and if IE, set the proper filter. But in my test with jQuery 1.1.3 debugging with IE Developer toolbar I get: wrote: While it doesn't exist as a CSS property in IE 6, you used to be able to do $("#foo").css("opacity","0.8") and it w

[jQuery] Re: jQuery 1.1.3: 800%+ Faster, still 20KB

2007-07-02 Thread Francisco José Rives
Fantastic, very good speed in Safari 3.0.2 for Windows :-D jQuery 1.1.2 : 2205 ms jQuery 1.1.3: 175 ms 1260% faster XD XD XD woww more faster than my Firefox test :-D On 7/2/07, John Resig <[EMAIL PROTECTED]> wrote: Hi Everyone - I'm pleased to announce the release of jQuery 1.1.3

[jQuery] Re: jQuery 1.1.3: 800%+ Faster, still 20KB

2007-07-02 Thread Francisco José Rives
In the JavaScript console shows: Error: http://dev.jquery.com/~john/slickjq/frameworks/jquery-1.1.3.js: TypeError: Null value I think that is a problem with jQuery and Konqueror, but Konqueror doesn't show any line number :-( . So any selector works :( On 7/2/07, Christof Donat <[EMAIL PROTECTED

[jQuery] Re: Ajax .load confusion

2007-04-19 Thread Francisco José Rives
Also, if you want a GET call using load method you need the params in the URL but in this case you expose the params in the URL (anybody can see your request sniffing the net also using https), and you have a size limit for params data. using GET call: $("#mydiv").load("myserverside.php?param1=va