Re: [jquery-dev] Re: typo in ready event since null !== undefined

2009-11-20 Thread Andrea Giammarchi
@Shade, just to inform you I have removed the named function expression reusing a variable: (function(s,o,l,v,e,d){if(s[o]==nulls[l+e]){s[o]=loading;s[l+e](d,l=function(){s[o]=complete;s[v+e](d,l,!1)},!1)}})(document,readyState,add,remove,EventListener,DOMContentLoaded) Regards On Thu, Nov 19,

[jquery-dev] Re: jQuery forward compatibility issues

2009-11-20 Thread Dave Methvin
^_^ Now you need: opacity: .5; -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50); filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50); zoom: 1; And even with all that, IE's fauxpacity still interacts poorly with other Microsoft features like ClearType. -- You received

[jquery-dev] Re: jQuery forward compatibility issues

2009-11-20 Thread dotnetCarpenter
It was late last night when I wrote the names of the spec authors. It should have been only Elika and Paul Nelson (paulnel at microsoft.com). The other authors was from the CSS Background and Borders Module. I just sent an e-mail to Elika. Hi Elika. I've looked into some of the new CSS3

[jquery-dev] Website Download Page Needs to be updated SVN-GitHub

2009-11-20 Thread John Campbell
FYI-- The download page needs to be updated to reflect the move from SVN/GoogleCode to GitHub. see: http://docs.jquery.com/Downloading_jQuery I tried to edit it myself, but the page is locked. Thanks, John Campbell -- You received this message because you are subscribed to the Google Groups

[jquery-dev] Improve Performance

2009-11-20 Thread Nizam
Hi, In the below Code takes too much of time for execute I don't know did I made any mistake. function chkLicense() { var firstLicDD = '', secLicDD = '', ddLicValue = '', ddStateValue = ''; var firstStateDD = '', SecStateDD = ''; var IsTwoDentLICandSTATEsame = false, firstDDIndex =

[jquery-dev] Option to prevent encoding by $.ajax and $.param?

2009-11-20 Thread Marco Rogers
This is essentially a proposal for an enhancement to the two named functions: I ran into an issue today when sending parameters with the ajax function. If the data option is set, $.param is used to encode and format the keys and values into a query string. But some of the values in my data were

[jquery-dev] Re: Option to prevent encoding by $.ajax and $.param?

2009-11-20 Thread Marco Rogers
I just realized that while this is a compatible change for $.ajax, it's not for $.param. If encodeData isn't passed in, it'll stop encoding by default. Gonna put some more thought into it. I'm open to suggestions. :Marco On Nov 20, 5:22 pm, Marco Rogers marco.rog...@gmail.com wrote: This is

Re: [jquery-dev] Improve Performance

2009-11-20 Thread Matt Maxwell
My first guess would be the use of :DropDownList. Why not use a more specific selector for your find? Also, I'm not sure this is the right place for this question. On Fri, Nov 20, 2009 at 5:53 AM, Nizam nizamdeen1...@gmail.com wrote: Hi, In the below Code takes too much of time for execute

[jquery-dev] Re: jQuery forward compatibility issues

2009-11-20 Thread Dave Methvin
fantasai suggested I post the proposal in the public mailing list, which I did this evening: http://lists.w3.org/Archives/Public/www-style/2009Nov/0279.html -- You received this message because you are subscribed to the Google Groups jQuery Development group. To post to this group, send email