Re: [jquery-dev] Re: What's jQuery's mobile support & strategy?

2010-01-11 Thread Sam Collett
With Windows Mobile, IE is a very poor mobile browser, so I usually replace it with Opera, which I others may do as well, so it would be good if it was supported. I wouldn't be surprised if it was as standards complaint as the desktop version. --Sam 2010/1/11 John Resig > > Thanks, nice intervi

Re: [jquery-dev] Re: Performance issues using $.ajax async

2010-01-05 Thread Sam Collett
on your computer. This page > may not display correct. Click here for options..." But I'm not sure > what that's in relation to (commenting out *all* the ActiveX logic > still causes the bar to still pop up). > > --John > > > > On Tue, Jan 5, 2010 at 10:

Re: [jquery-dev] Re: Performance issues using $.ajax async

2010-01-05 Thread Sam Collett
Hi, >From what I recall from a few years back, XMLHttpRequest asynchronous requests do not work with local files, which I think may be the reason why ActiveX is used. Maybe check if it is being used on a local page (not tested), e.g. xhr: function() { if (location.protocol !== "file:" && window.

[jquery-dev] Re: Prepare for IE6's death

2009-06-06 Thread Sam Collett
IE7 does have native XMLHttpRequest, but even then jQuery does not use it... I think because it does not work with file:// URIs. --Sam 2009/6/6 diogobaeder > > OK... fine for me... but doesn't IE7 have its own XMLHttpRequest > implementation, for example? I thought it did... > > Anyway, the wors

[jquery-dev] Re: Prepare for IE6's death

2009-06-06 Thread Sam Collett
Problem is that even though IE6 is losing market share for home users, in workplaces IE6 can still be used, mostly for compatibility reasons. Very frustrating when you are a developer coding to standards, while corporate systems require IE6, even though they have been updated and cost a lot. Will b

[jquery-dev] Re: Debug Plugin?

2008-11-05 Thread Sam Collett
2008/11/5 Choan Gálvez <[EMAIL PROTECTED]> > > > On Nov 5, 2008, at 11:28 AM, Sam Collett wrote: > > > [...] At the moment, there are parts that > > have comments, but others that don't or are confusing (I have no > > idea how > > 'wrap' in

[jquery-dev] Re: Debug Plugin?

2008-11-05 Thread Sam Collett
A debug plugin would certainly be useful for many developers, but it would need to advertised and perhaps the developer reminded that it is being used (with some sort of notification). For example, if the debug plugin is included, show an alert (or perhaps be more unobtrusive, but still noticeable

[jquery-dev] Re: New Selector Engine Patch

2008-11-02 Thread Sam Collett
If Sizzle is likely to be included in multiple projects wouldn't duplication occur (i.e. jQuery and TinyMCE on the same page)? Or would you include Sizzle then the libraries, e.g. js/sizzle.js js/jquery.js js/tinymce.js Sizzle sounds like it will be of a benefit to many developers, even those that

[jquery-dev] Re: $(req.responseText).html() can return empty string

2008-10-24 Thread Sam Collett
in the right > direction, at least. > > --John > > > > On Thu, Oct 2, 2008 at 3:18 PM, Sam Collett <[EMAIL PROTECTED]> wrote: > > > > Not something I can replicate at the moment (no access to an ASP.NET > > site currently), but it is the resul

[jquery-dev] Re: JQuery can't find imported nodes via innerHTML

2008-10-13 Thread Sam Collett
innerHTML is a special case as it is a property rather than an attribute. Best to access it using $("#id").html() or $("#id")[0].innerHTML. -Sam 2008/10/13 Robert Accettura <[EMAIL PROTECTED]> > I think this is more a misunderstanding of how jQuery works. > > $('#id').attr('innerHTML', 'somethin

[jquery-dev] Re: $(req.responseText).html() can return empty string

2008-10-02 Thread Sam Collett
> cause this effect. > > --John > > On Thu, Oct 2, 2008 at 12:29 PM, Sam Collett <[EMAIL PROTECTED]> wrote: > > > Anyone experience this before? Only happens in Firefox (tested with > > 3), Internet Explorer is fine. > > > I use ajaxError to alert a messag

[jquery-dev] $(req.responseText).html() can return empty string

2008-10-02 Thread Sam Collett
Anyone experience this before? Only happens in Firefox (tested with 3), Internet Explorer is fine. I use ajaxError to alert a message when there is a server side error that isn't caught properly (ASP.NET). It is a full html document, which is auto generated (no control over it). Problem is, some

[jquery-dev] Re: Chrome user agent

2008-09-17 Thread Sam Collett
Firefox isn't even in jQuery.browser, so unlikely Chrome will be. If Chrome is added, Firefox should be too. Although Safari is in it instead of WebKit (not sure why that is, especially since the version does not match the browser). --Sam 2008/9/16 jonhobbs <[EMAIL PROTECTED]> > > I wish this is