Re: [jQuery] Packer and ActiveX ...

2006-11-19 Thread Will Arp
Luke, does it work with: packed jquery.js + unpacked jquery.flash.js both external? thx 8) will On 17-nov-06, at 05:00:29, Luke Lutman wrote: > Hi everyone :-) > > I've run into a bit of an odd problem with my flash plugin > (http://jquery.lukelutman.com/plugins/flash) in IE. > > The standard wo

Re: [jQuery] Tabs plugin 2.0

2006-10-21 Thread Will Arp
Hi Klaus, when clicking the "Activate third tab" in your example, the url doesn't change. Thank you for the great update! will ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] jQuery 1.0.2

2006-10-09 Thread Will Arp
Thank you John & Jörn & all 8) -will ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] jQuery 1.0.2 RC2

2006-10-08 Thread Will Arp
osx/10.4.8/intel Firefox 2.0RC2: Tests completed in 7836 milliseconds. 0 tests of 264 failed. -will On 8-ott-06, at 12:40:15, Jörn Zaefferer wrote: > Testsuite: http://joern.jquery.com/test/ ___ jQuery mailing list discuss@jquery.com http://jquery.co

Re: [jQuery] jQuery::PeriodicalUpdater ?

2006-09-21 Thread Will Arp
there is a bug on line 35 and 40 of file heartbeat.js: change $.heartbeat to $.jheartbeat ..or in line 7: change $.jheartbeat to $.heartbeat ;) will On 21-set-06, at 23:30, Rey Bango wrote: > http://www.jasons-toolbox.com/JHeartbeat/ ___ jQuery mail

Re: [jQuery] prototype $H()

2006-09-10 Thread Will Arp
It does, thank you! Can't wait to know what your second book will be about! Will ;) On 10-set-06, at 20:53, John Resig wrote: > Hope this helps! > > --John ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

[jQuery] prototype $H()

2006-09-10 Thread Will Arp
Does jquery have something like $H() ? I'm trying to convert a prototype based script var a = $H({ a1: ["1", "2"], a2: ["3", "4"], }); and a.each(function(n) { var v = $H(n).value; }); how would I do this in jQuery? thanks, Will __

Re: [jQuery] platform/plugins detection with jQuery

2006-08-15 Thread Will Arp
e $.browser , but im not sure if thats what > your looking for. > > On 8/15/06, Will Arp <[EMAIL PROTECTED]> wrote:Dear list, > is there a jQuery plugin or example > on platform+plugin detection? > If not could you please, point me to > the latest in plugin detection and

[jQuery] platform/plugins detection with jQuery

2006-08-14 Thread Will Arp
Dear list, is there a jQuery plugin or example on platform+plugin detection? If not could you please, point me to the latest in plugin detection and object/embed code? Thank you and have a great day! Will Arp ___ jQuery mailing list discuss@jquery.com