[jQuery] Re: Why does my Jquery elements handles not work?

2009-07-13 Thread Michael Geary
It looks like you've both misunderstood how versioning works on Google Ajax Libraries server. The link you have below specifically loads version 1.3.0 of jQuery. It doesn't load the "latest version", it's 1.3.0 and will always be the 1.3.0 code with no changes. In fact, it's not even 1.3.2 - you

[jQuery] Re: Why does my Jquery elements handles not work?

2009-07-13 Thread James
eb').live('click', function() { etc... > > > That should keep the click functionality on .koeb "alive" > > as the DOM elements are change via jQuery. > > > -Original Message- > > From: jquery-en@googlegroups.com [mailto:jquery...@googlegrou

[jQuery] Re: Why does my Jquery elements handles not work?

2009-07-13 Thread macjohn
; That should keep the click functionality on .koeb "alive" > as the DOM elements are change via jQuery. > > -Original Message- > From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On > > Behalf Of macjohn > Sent: Monday, July 13, 2009 4:47 PM

[jQuery] Re: Why does my Jquery elements handles not work?

2009-07-13 Thread Rick Faircloth
glegroups.com] On Behalf Of macjohn Sent: Monday, July 13, 2009 4:47 PM To: jQuery (English) Subject: [jQuery] Re: Why does my Jquery elements handles not work? I use http://ajax.googleapis.com/ajax/libs/jquery/1.3.0/jquery.min.js Instead of keeping a version of the library myself. Is that a bad

[jQuery] Re: Why does my Jquery elements handles not work?

2009-07-13 Thread macjohn
f you can and avoid having to use another plug-in.  But if .live() > doesn't > work for the trigger (such as .blur), then use the plug-in, livequery. > > -Original Message- > From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On > > Behalf Of macjohn &

[jQuery] Re: Why does my Jquery elements handles not work?

2009-07-13 Thread Rick Faircloth
t: [jQuery] Re: Why does my Jquery elements handles not work? oh, ok. I need a plugin to do this? Ok, great Ill check it out. Thanks On 13 Jul., 22:16, "Rick Faircloth" wrote: > Check out the .livequery plug-in or, for jQuery 1.3 and above, the .live() > function. > > -

[jQuery] Re: Why does my Jquery elements handles not work?

2009-07-13 Thread macjohn
oh, ok. I need a plugin to do this? Ok, great Ill check it out. Thanks On 13 Jul., 22:16, "Rick Faircloth" wrote: > Check out the .livequery plug-in or, for jQuery 1.3 and above, the .live() > function. > > -Original Message- > From: jquery-en@googlegroups.com [mailto:jquery...@googlegro

[jQuery] Re: Why does my Jquery elements handles not work?

2009-07-13 Thread Rick Faircloth
Check out the .livequery plug-in or, for jQuery 1.3 and above, the .live() function. -Original Message- From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On Behalf Of macjohn Sent: Monday, July 13, 2009 4:12 PM To: jQuery (English) Subject: [jQuery] Why does my Jquery