[jQuery] Re: jQuery 1.1.4: Faster, More Tests, Ready for 1.2

2007-08-24 Thread Mike Fern
>On 8/24/07, John Resig <[EMAIL PROTECTED]> wrote: > > Hi Everyone - > > jQuery 1.1.4 has just been released! The full details of this release > can be found on the jQuery blog: > http://jquery.com/blog/2007/08/24/jquery-114-faster-more-tests-ready-for-12/ > > Suffice it to say that some significa

[jQuery] Re: OT: Is this a Javascript bug?

2007-08-23 Thread Mike Fern
>On 8/23/07, Pops <[EMAIL PROTECTED]> wrote: > > To llustrate the problem, type the following in the firebug console > and run it: > Oops.. seems i was too late pressing the "Send" button :D Cheers, Mike

[jQuery] Re: OT: Is this a Javascript bug?

2007-08-23 Thread Mike Fern
>On 8/23/07, Pops <[EMAIL PROTECTED]> wrote: > > This code is basically part of First, Prev, Next, Last, table > navigator for our ad hoc report/table generator. It is pre-jQuery > work. So here I am using the $() function to get the element. > > function $(v) { return(document.getElementById(v)

[jQuery] Re: Killing ajax calls

2007-08-21 Thread Mike Fern
>On 8/22/07, Stephan Beal <[EMAIL PROTECTED]> wrote: > > John Resig made a post about a week (maybe two?) ago with some > prototype code implementing serial ajax queues. If i'm not mistaken, > that code should provide a way to kill the queue, or at least stop any > requests which haven't already g

[jQuery] Re: Cycle Plugin Killing me

2007-08-21 Thread Mike Fern
>On 8/21/07, Stephan Beal <[EMAIL PROTECTED]> wrote: > Almost every modern text editor can do this for you. To name just a > small number of them: > > xemacs > emacs > vi > vim > kate > kwrite > ... > > there are certainly some for Windows which can do this, too. (Xemacs > runs on Windows but has

[jQuery] Re: Why jQuery over Mootools

2007-08-13 Thread Mike Fern
>On 8/13/07, Eridius <[EMAIL PROTECTED]> wrote: > > > Well after using jQuery and then going back to Mootools i do find i like a > few thing about jQuery better. One thing i think jQuery does better is > going through the DOM and selecting whatever i want fast and easy. I also > like the .css()

[jQuery] Re: [ANNOUNCE] jCarousel Lite - version 1.0

2007-08-10 Thread Mike Fern
1.0 release. > > Nicolas Hoizey and Mike Fern - As per your request, circular is now well, > circular. The carousel won't rewind itself after the last element. Rather it > will cycle as if there is no end. > > Anton - As per your request, the buttons will be assigned a class

[jQuery] Re: [New Plugins] Ajax Queue and Ajax Sync

2007-08-08 Thread Mike Fern
>On 8/8/07, John Resig <[EMAIL PROTECTED]> wrote: > > Hey everyone - > > So Mike Hostetler was telling me about some Ajax queueing plugins that > he wanted to write - so I got some ideas, and less than an hour later > - here are two new Ajax queueing plugins for you to enjoy! > > Lame demo: > http

[jQuery] Re: IE code profiler

2007-07-28 Thread Mike Fern
Hi Gordon, Have you tried debugbar (www.debugbar.com)? It's what I use to debug and "profile" code in IE. I haven't met other better alternative, though. Regards, Mike

[jQuery] Re: [ANNOUNCE] jCarouselLite version 0.4.0

2007-07-25 Thread Mike Fern
Hi Ganeshji, Great plugin. It will be great if there is also an option for looping without the scrolling back effect. Regards, Mike

[jQuery] Re: A jQuery success story

2007-07-23 Thread Mike Fern
Great story Mike, At the first time I saw jquery, I immediately said, "Wow! This is state of the art". I'm also sure there are more people with success stories using jquery. Regards, -Another- Mike

[jQuery] Re: question about redirecting url after post using jquery

2007-07-05 Thread Mike Fern
igning isnt a url. > > > On 7/5/07, Mike Fern <[EMAIL PROTECTED]> wrote: > > > > hi devs, > > i'm new to this group. i recently play with jquery and feel happy with > > the features and simplicity offered. > > > > however, i stumble upon a probl

[jQuery] Re: jQuery 1.1.3.1

2007-07-05 Thread Mike Fern
Hi John, Thanks for the info. I'll surely pick and play with it. I also have an issue with jquery, but i'm still investigating if it is a bug. Thanks for the good work. Cheers, Mike

[jQuery] question about redirecting url after post using jquery

2007-07-05 Thread Mike Fern
hi devs, i'm new to this group. i recently play with jquery and feel happy with the features and simplicity offered. however, i stumble upon a problem with redirecting url using jquery. this is my code: //Start the ajax call var $vc = jQuery.noConflict(); $vc(document).ready(function() {