Re: [jQuery] jquery snapshots

2006-10-17 Thread Mika Tuupola

On Oct 16, 2006, at 17:14, Dan Atkinson wrote:

 Use the SVN version if you want to do that sort of thing.

 http://jquery.com/src/ - Shows you the SVN access address.

AFAIK this has to be built first before it is usable. I am looking  
for readily built snapshot.

-- 
Mika Tuupola
http://www.appelsiini.net/~tuupola/



___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


Re: [jQuery] jquery snapshots

2006-10-17 Thread Mika Tuupola

On Oct 16, 2006, at 23:35, Blair McKenzie wrote:

 Why do you want to use window or document load?

I am trying to make panView plugin 1) work with recent jQuery.  
panView seems to work only when called via $(document).load() or $ 
(windows).load() (not $(xxx).ready()).  I have come to the point  
where everything I need work in FF and Safari but not in IE. The  
problem is that when I try to pan a div (not img), with IE the  
content disappears when dragging content with mouse. See 2) and 3).

So I am trying to narrow things down if recent changes with .load()  
will fix the problem.

If anyone can tell me why 2 and 3 break with IE let me know.

1) http://motherrussia.polyester.se/jquery/panview/
2) http://www.appelsiini.net/~tuupola/jquery/panview/index4.html
3) http://www.appelsiini.net/~tuupola/jquery/panview/index6.html


-- 
Mika Tuupola
http://www.appelsiini.net/~tuupola/



___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


Re: [jQuery] jquery snapshots

2006-10-17 Thread Dan Atkinson

What's wrong with building it?

Mika Tuupola wrote:
 
 
 On Oct 16, 2006, at 17:14, Dan Atkinson wrote:
 
 Use the SVN version if you want to do that sort of thing.

 http://jquery.com/src/ - Shows you the SVN access address.
 
 AFAIK this has to be built first before it is usable. I am looking  
 for readily built snapshot.
 
 -- 
 Mika Tuupola
 http://www.appelsiini.net/~tuupola/
 
 
 
 ___
 jQuery mailing list
 discuss@jquery.com
 http://jquery.com/discuss/
 
 

-- 
View this message in context: 
http://www.nabble.com/jquery-snapshots-tf2451918.html#a6854371
Sent from the JQuery mailing list archive at Nabble.com.


___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


Re: [jQuery] jquery snapshots

2006-10-17 Thread Mika Tuupola

On Oct 17, 2006, at 15:45, Dan Atkinson wrote:

 What's wrong with building it?

Argh... There is nothing wrong with building it. I just had one very  
simple question. Is there a snapshot (not svn checkout) available  
somewhere? So it seems there is not.

-- 
Mika Tuupola
http://www.appelsiini.net/~tuupola/



___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


Re: [jQuery] jquery snapshots

2006-10-17 Thread Dan Atkinson

No. Not that I know of. Mainly because, if people wanted the bleeding edge
version of something, then they generally want it for dev work. In which
case, it's usually best that it's distributed in its original form.

Of course, you could always build it at your end. But this clearly seems too
much hassle for you if you want it now now now ;-)


Mika Tuupola wrote:
 
 
 On Oct 17, 2006, at 15:45, Dan Atkinson wrote:
 
 What's wrong with building it?
 
 Argh... There is nothing wrong with building it. I just had one very  
 simple question. Is there a snapshot (not svn checkout) available  
 somewhere? So it seems there is not.
 
 -- 
 Mika Tuupola
 http://www.appelsiini.net/~tuupola/
 
 
 
 ___
 jQuery mailing list
 discuss@jquery.com
 http://jquery.com/discuss/
 
 

-- 
View this message in context: 
http://www.nabble.com/jquery-snapshots-tf2451918.html#a6854823
Sent from the JQuery mailing list archive at Nabble.com.


___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


Re: [jQuery] jquery snapshots

2006-10-17 Thread Rey Bango
Actually, there have been some recent v1.0.2 bug fixes that aren't 
really associated to bleeding edge features so having a nightly build 
would be cool.

Rey...

Dan Atkinson wrote:
 No. Not that I know of. Mainly because, if people wanted the bleeding edge
 version of something, then they generally want it for dev work. In which
 case, it's usually best that it's distributed in its original form.
 
 Of course, you could always build it at your end. But this clearly seems too
 much hassle for you if you want it now now now.
 
 
 Mika Tuupola wrote:
 

On Oct 17, 2006, at 15:45, Dan Atkinson wrote:


What's wrong with building it?

Argh... There is nothing wrong with building it. I just had one very  
simple question. Is there a snapshot (not svn checkout) available  
somewhere? So it seems there is not.

-- 
Mika Tuupola
http://www.appelsiini.net/~tuupola/



___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


 
 

___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


Re: [jQuery] jquery snapshots

2006-10-17 Thread Michael Geary
  Use the SVN version if you want to do that sort of thing.
 
  http://jquery.com/src/ - Shows you the SVN access address.

 AFAIK this has to be built first before it is usable. I am 
 looking for readily built snapshot.

No, it doesn't have to be built. The svn code is usable right out of the
box. The only difference is that it's bigger because it isn't packed and
still has all the comments, and it comes in separate files (jquery.js,
event.js, etc.) instead of one concatenated file.

For development and testing it works fine.

-Mike


___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


Re: [jQuery] jquery snapshots

2006-10-17 Thread Jörn Zaefferer
Mika Tuupola schrieb:
 Is it possible to download a nightly snapshot of jquery somewhere? I  
 would like to test recent bugfixes. Especially those affecting $ 
 (document).load(). Although using $(window).load() instead works fine  
 with FF and Safari, I still have problems with Windows IE.
   
Not nightly, but updated now and then: http://jquery.com/src/jquery-svn.js

-- Jörn

___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


Re: [jQuery] jquery snapshots

2006-10-17 Thread Brian Miller
Which begs the question: Why NOT generate a nightly build?  It should take
all of 5 minutes to edit the crontab to make it happen.  :)

 Not nightly, but updated now and then: http://jquery.com/src/jquery-svn.js

 -- Jörn


___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


Re: [jQuery] jquery snapshots

2006-10-16 Thread Blair McKenzie
Why do you want to use window or document load?BlairOn 10/16/06, Mika Tuupola [EMAIL PROTECTED]
 wrote:Is it possible to download a nightly snapshot of jquery somewhere? I
would like to test recent bugfixes. Especially those affecting $(document).load(). Although using $(window).load() instead works finewith FF and Safari, I still have problems with Windows IE.--Mika Tuupola
http://www.appelsiini.net/~tuupola/___jQuery mailing listdiscuss@jquery.com
http://jquery.com/discuss/
___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


Re: [jQuery] jquery snapshots

2006-10-16 Thread Dan Atkinson

Use the SVN version if you want to do that sort of thing.

http://jquery.com/src/ - Shows you the SVN access address.



Mika Tuupola wrote:
 
 
 Is it possible to download a nightly snapshot of jquery somewhere? I  
 would like to test recent bugfixes. Especially those affecting $ 
 (document).load(). Although using $(window).load() instead works fine  
 with FF and Safari, I still have problems with Windows IE.
 
 -- 
 Mika Tuupola
 http://www.appelsiini.net/~tuupola/
 
 
 
 ___
 jQuery mailing list
 discuss@jquery.com
 http://jquery.com/discuss/
 
 

-- 
View this message in context: 
http://www.nabble.com/jquery-snapshots-tf2451918.html#a6835339
Sent from the JQuery mailing list archive at Nabble.com.


___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/