[jquery-dev] Re: IE6: alive, well and prosperous

2009-07-18 Thread Kevin Dalman
> IE6 is not the only browser. Get some older versions of Opera, > Netscape This is getting silly. The last thing I want to do is support Netscape 6. > HTML is not proprietary, has no lifecycle (HTML 4.01, DOM2, > CSS2.1 - it is still there) > MS doesn't have balls for open competition. Only thi

[jquery-dev] Re: #4919 Add a hoverClass method

2009-07-18 Thread Samer
I rather like that idea, it should be very helpful. On Jul 18, 7:46 pm, John Resig wrote: > As it stands we don't provide an explicit way to remove .hover() events. > They can be removed using .unbind("mouseenter/mouseleave") - which is what > would need to happen here, as well. > > It's a good

[jquery-dev] Re: #4919 Add a hoverClass method

2009-07-18 Thread John Resig
As it stands we don't provide an explicit way to remove .hover() events. They can be removed using .unbind("mouseenter/mouseleave") - which is what would need to happen here, as well. It's a good point - but I'm not hugely concerned. --John On Sat, Jul 18, 2009 at 7:42 PM, Már wrote: > > > I

[jquery-dev] Re: #4919 Add a hoverClass method

2009-07-18 Thread Már
> I think that sounds pretty reasonable. I'll toss it on my todo list I hope this won't be a slippery-slope feature, only to be followed by requests for a remove/cancel feature for the `hoverClass` method. :-) -- Már --~--~-~--~~~---~--~~ You received this message

[jquery-dev] Re: using optional data arg to $.getJSON with jsonp callback

2009-07-18 Thread Matthew M. Boedicker
I opened http://dev.jquery.com/ticket/4920 Matt On Sat, Jul 18, 2009 at 3:46 PM, John Resig wrote: > Ah - good call, forgot about that. Would you care to file a ticket on this? > http://dev.jquery.com/newticket > > It seems like a relatively painless tweak. > > --John > > > > On Sat, Jul 18, 20

[jquery-dev] Re: IE6 memory leak

2009-07-18 Thread John Resig
I'm curious - does the tip outlined in this article help you at all? http://kossovsky.net/index.php/2009/07/ie-memory-leak-jquery-garbage-collector/ --John On Fri, Jul 17, 2009 at 9:06 AM, mharen wrote: > > Has anyone made any progress on this? If you're aspiring stackoverflow > users, you mig

[jquery-dev] Re: using optional data arg to $.getJSON with jsonp callback

2009-07-18 Thread John Resig
Ah - good call, forgot about that. Would you care to file a ticket on this? http://dev.jquery.com/newticket It seems like a relatively painless tweak. --John On Sat, Jul 18, 2009 at 3:16 PM, Matthew M. Boedicker < matth...@boedicker.org> wrote: > It was putting an extra %3F back in the url bec

[jquery-dev] Re: using optional data arg to $.getJSON with jsonp callback

2009-07-18 Thread Matthew M. Boedicker
It was putting an extra %3F back in the url because of $1 being used later on. I tried making the new group jsre = /=(?:\?|%3F)(&|$)/g and it worked. Matt On Sat, Jul 18, 2009 at 12:26 PM, John Resig wrote: > I understand your point but I think it might work better if the jsre regexp > was twea

[jquery-dev] Re: using optional data arg to $.getJSON with jsonp callback

2009-07-18 Thread John Resig
I understand your point but I think it might work better if the jsre regexp was tweaked, instead: jsre = /=(\?|%3F)(&|$)/g Does making the above change work for you? --John On Fri, Jul 17, 2009 at 8:41 PM, Matthew M. Boedicker < matth...@boedicker.org> wrote: > > I like passing query stri

[jquery-dev] using optional data arg to $.getJSON with jsonp callback

2009-07-18 Thread Matthew M. Boedicker
I like passing query string params to $.getJSON as an array using the optional data argument because it's more readable. However when using a jsonp callback parameter it gets encoded to callback=%3F, causing it to fail. Any way to accomplish this without modifying jquery? This patch to jquery mad

[jquery-dev] Permission denied to call method Location.toString

2009-07-18 Thread amzngmoe
Doe anybody know what this message has to do with? While searching the web I see errors concerning flash but I am NOT using flash at all. I am new with JQuery and don't even know where to begin to look. I am trying to use the accordion and tabs widget but they will not work and I keep getting t

[jquery-dev] Re: #4919 Add a hoverClass method

2009-07-18 Thread John Resig
I think that sounds pretty reasonable. I'll toss it on my todo list, unless someone else wants to tackle it. --John On Sat, Jul 18, 2009 at 9:41 AM, Jörn Zaefferer < joern.zaeffe...@googlemail.com> wrote: > > What are the odds of implementing this > (http://dev.jquery.com/ticket/4919) in 1.3.3

[jquery-dev] #4919 Add a hoverClass method

2009-07-18 Thread Jörn Zaefferer
What are the odds of implementing this (http://dev.jquery.com/ticket/4919) in 1.3.3 or 1.4? Sure, its easy enough to write, but its also repeated so often again and again, that it should be worth to add it as a method to core. Jörn --~--~-~--~~~---~--~~ You recei

[jquery-dev] Re: Rename bind/unbind?

2009-07-18 Thread aHeckman
Daniel - exactly. I would prefer to deprecate bind and move forward with a cleaner name, tho I agree with Gilles on "bind" being a great name right now. It just won't be in the near future. On Jul 17, 4:19 pm, Daniel Friesen wrote: > Renamed are best done by creating the new name and leaving the

[jquery-dev] Re: jQuery API for A grade mobile browsers?

2009-07-18 Thread John Resig
You may be interested in xui - it's sort of similar to the jQuery API but designed just for WebKit-based mobile devices: http://github.com/brianleroux/xui/tree/master You're certainly welcome to do the same, or contribute to the above, nothing stopping you! Personally, I think it'd be cool to see

[jquery-dev] Re: jQuery API for A grade mobile browsers?

2009-07-18 Thread Andrew Hedges
Thanks for responding, John. I realize the jQuery team might not be interested in doing anything less than supporting the full API, but I think mobile developers would find it useful to have something jQuery-like that implemented the "good parts" to bastardize Crockford's idiom. Chaining, plugins