[jQuery] jQuery Form Plugin and Validation Form

2007-08-15 Thread Freud
Hi, first of all, excuse me for my language, I'm french ;) so I'll try to make it simple... I'm using the JQuery Form Plugin and it works perfectly fine : $(document).ready(function() { var options2 = { target:"#alertes", url: "soa.php?action=modif" };

[jQuery] Re: stop animation

2007-08-15 Thread Ganeshji Marwaha
But how does this help in stopping animations? -GTG On 8/15/07, eddy <[EMAIL PROTECTED]> wrote: > > > I find a good plugin jQuery Timers (http://jquery.offput.ca/every/) > > > On 8月6日, 下午12时01分, "Ganeshji Marwaha" <[EMAIL PROTECTED]> wrote: > > Thanks eddy... I will try to make them work togethe

[jQuery] Re: display "Please wait" while waiting for a database query.

2007-08-15 Thread SeViR
:-D. Really this is my REAL code using block :-P The problem with blockUI that I have, it is that my hidden layer is removed when I call to $.unblockUI, so I simply send a copy of the layer when I call to $.blockUI ;-) //Configuration for AJAX calls $().ajaxSend(function(r,s){ $("#msgpanel d

[jQuery] Re: stop animation

2007-08-15 Thread eddy
I find a good plugin jQuery Timers (http://jquery.offput.ca/every/) On 8月6日, 下午12时01分, "Ganeshji Marwaha" <[EMAIL PROTECTED]> wrote: > Thanks eddy... I will try to make them work together and will let u know how > it goes. > > -GTG > > On 8/5/07, eddy <[EMAIL PROTECTED]> wrote: > > > > > The dem

[jQuery] Re: supported?

2007-08-15 Thread John Resig
Haha, you almost had me frightened there ("does he know something that I don't?"). But yeah, the Learning jQuery Book is definitely a different brand of baby. --John On 8/15/07, Benjamin Sterling <[EMAIL PROTECTED]> wrote: > Well, don't I look like a dumbass :) I apparently was referring to th

[jQuery] IE Errors

2007-08-15 Thread Eridius
http://www.apex-wowguild.com/dev/ everything work great in FF but IE Thickbox boes not always close when it should. Tabbs does seem to work at all and i do have teh bgiframe loaded. my caledar does not also working. Anyone knoe anything on these issue, my HTML is not totally valid but the inv

[jQuery] Re: supported?

2007-08-15 Thread Erik Beeson
Hah. Awesome. "John's kid: doing shady trickery so you don't have to." On 8/15/07, Benjamin Sterling <[EMAIL PROTECTED]> wrote: > > Well, don't I look like a dumbass :) I apparently was referring to this > post that I guess I never actually read: > http://groups.google.com/group/jquery-en/brows

[jQuery] Re: Updated Plugin: jQuery Timers. jQuery-oriented setTimeout/setInterval

2007-08-15 Thread Blair Mitchelmore
The point of WTFPL is exactly that: the user can do *whatever* the fuck they want with it. Anything. That includes taking it and shamelessly saying they developed it whole cloth or selling it to unsuspecting users who could get it for free with no strings attached if they knew better. It also mean

[jQuery] Re: supported?

2007-08-15 Thread Benjamin Sterling
Well, don't I look like a dumbass :) I apparently was referring to this post that I guess I never actually read: http://groups.google.com/group/jquery-en/browse_thread/thread/f1706b9f5c1da82b/fdf9ac5f7e90d1eb?lnk=gst&q=resig&rnum=41#fdf9ac5f7e90d1eb I need sleep... On 8/16/07, Karl Rudd <[EMAIL

[jQuery] Re: Quick question...

2007-08-15 Thread MikeR
I just threw together a few regular expressions in PHP that'll do *this* job I want not elegant, nor very re-usable.. but I'm going to keep searching for a decent PHP HTML parser in the meantime. Thanks, Matt! Anybody else want to chime in please do. On Aug 15, 8:41 pm, "Matt Stith" <[EMAIL P

[jQuery] Re: Fwd: jQuery and UTF8

2007-08-15 Thread barophobia
On 8/15/07, pd <[EMAIL PROTECTED]> wrote: > > I can't be sure this will help, but does your server side script > return the document with specifically with a utf8 charset header? Well, hopefully this is the right way... According to Firebug, the Response Headers for the document that is loaded t

[jQuery] Re: supported?

2007-08-15 Thread Karl Rudd
I'm guessing he's getting you confused with Dries, of Drupal fame. :) Karl Rudd On 8/16/07, John Resig <[EMAIL PROTECTED]> wrote: > > I have a kid? I sure hope not! :-) > > --John > > On 8/15/07, Benjamin Sterling <[EMAIL PROTECTED]> wrote: > > Ok, I had my kid back in January and I am just rece

[jQuery] Re: supported?

2007-08-15 Thread John Resig
I have a kid? I sure hope not! :-) --John On 8/15/07, Benjamin Sterling <[EMAIL PROTECTED]> wrote: > Ok, I had my kid back in January and I am just recently getting time to work > on my side projects. So where, after only, what, a month or so are you > getting the time and energy to patch thing

[jQuery] Re: supported?

2007-08-15 Thread Benjamin Sterling
Ok, I had my kid back in January and I am just recently getting time to work on my side projects. So where, after only, what, a month or so are you getting the time and energy to patch things so quickly? I will try to grab that version tonight, if not, sometime tomorrow. Thanks. On 8/15/07, Joh

[jQuery] Re: supported?

2007-08-15 Thread John Resig
I was feeling feisty. Fixed in SVN rev 2728. Check a copy out of SVN to give it a try (but the test case passes). --John On 8/15/07, Benjamin Sterling <[EMAIL PROTECTED]> wrote: > @Stephan: That is actually the first site I went to (and go to often) when > I started running into the problem fig

[jQuery] Re: supported?

2007-08-15 Thread Benjamin Sterling
@Stephan: That is actually the first site I went to (and go to often) when I started running into the problem figure I was not following standards. And I tried the prepend and prependTo and neither worked, but prepend errored out where prependTo did not. @John: Will do, I want to experiment on a

[jQuery] Re: Quick question...

2007-08-15 Thread Matt Stith
I believe there is a PECL extension called DOMParser or something like that, i find it during my hunt, but the server i was working on wouldnt allow me to install it.. Oh well.. Had to write myself a table parser.. fun. On 8/15/07, MikeR <[EMAIL PROTECTED]> wrote: > > > Unfortunately, I haven't fo

[jQuery] Re: Quick question...

2007-08-15 Thread MikeR
Unfortunately, I haven't found one either... obviously. It's quite difficult finding a decent HTML parser in PHP. Oh well... guess I can still dream about one. On Aug 15, 7:29 pm, "Matt Stith" <[EMAIL PROTECTED]> wrote: > I highly doubt something like that exists. I had trouble finding an HTML >

[jQuery] Re: supported?

2007-08-15 Thread Erik Beeson
"jQuery: doing shady trickery so you don't have to." --Erik On 8/15/07, John Resig <[EMAIL PROTECTED]> wrote: > > > That being said, we have to do a lot of shady trickery to make > table-related things work properly. > > @Benjamin: You should file a bug on this: > http://dev.jquery.com/ > > --Jo

[jQuery] Re: supported?

2007-08-15 Thread John Resig
That being said, we have to do a lot of shady trickery to make table-related things work properly. @Benjamin: You should file a bug on this: http://dev.jquery.com/ --John On 8/15/07, Stephan Beal <[EMAIL PROTECTED]> wrote: > > On Aug 16, 3:56 am, "Benjamin Sterling" > <[EMAIL PROTECTED]> wrote:

[jQuery] Re: supported?

2007-08-15 Thread Stephan Beal
On Aug 16, 4:20 am, Stephan Beal <[EMAIL PROTECTED]> wrote: > My guess is that when you create your the TBODY is > automatically getting added to it (someone posted complaining about > that behaviour a few days ago), which means that your append(caption) > will fail and your append(tbody) is actu

[jQuery] Re: supported?

2007-08-15 Thread Stephan Beal
On Aug 16, 3:56 am, "Benjamin Sterling" <[EMAIL PROTECTED]> wrote: > Hey, > I am trying to build a table dynamically, but jQuery keep erroring out on > $('').append(''); Is caption supported? > $('').append(''); works fine. it's not jQuery which is ignoring your request. jQuery indirectly uses t

[jQuery] Re: [ANNOUNCE] tablesorter 2.0 released

2007-08-15 Thread Sean Catchpole
Looks great Christian. I've been using tablesorter for a while, very useful for adding quick sort functionality. ~Sean

[jQuery] Re: Documentation on $('#foo')[0] or $('#foo').get(0) ??

2007-08-15 Thread Erik Beeson
http://docs.jquery.com/DOM/Attributes#Attr --Erik On 8/15/07, pd <[EMAIL PROTECTED]> wrote: > > > Futher to this overall topic Eric, do you think it would be possible/ > wise to implement a jQuery method that returns any of the standard DOM > properties? I'm just wishlisting but I think this synt

[jQuery] Re: Documentation on $('#foo')[0] or $('#foo').get(0) ??

2007-08-15 Thread pd
Futher to this overall topic Eric, do you think it would be possible/ wise to implement a jQuery method that returns any of the standard DOM properties? I'm just wishlisting but I think this syntax (each line a different example property): $('#foo').dom('className'); $('#foo').dom('size'); $('#fo

[jQuery] Re: Documentation on $('#foo')[0] or $('#foo').get(0) ??

2007-08-15 Thread Erik Beeson
Uh, thanks, you flatter me, but I'm not one of the people that edit the wiki. I think it would be sweet if the web team got in touch with Simon and asked him if we could pull that article into docs.jquery.com as an official jQuery Primer. I think it focuses on the right introductory aspects of jQue

[jQuery] supported?

2007-08-15 Thread Benjamin Sterling
Hey, I am trying to build a table dynamically, but jQuery keep erroring out on $('').append(''); Is caption supported? $('').append(''); works fine. -- Benjamin Sterling http://www.KenzoMedia.com http://www.KenzoHosting.com

[jQuery] Re: Documentation on $('#foo')[0] or $('#foo').get(0) ??

2007-08-15 Thread pd
Thanks Eric I'll remember to consider jQuery selector results an array from now on. So, do you feel like updating the wiki? Sounds like you would be the best person to do so as your understanding appears quite deep. I had a look at Mr Willison's article yesterday but only got half way through b

[jQuery] Re: stupid dev tricks: gzipping jQuery without mod_deflate

2007-08-15 Thread Erik Beeson
Ah, good to know. In my case, we're running on our own servers, so that isn't too big an issue. Also, we're using Java, and store the cache files in the webapp's temporary directory, and set them to delete on exit (java.io.File.deleteOnExit()), so they get trashed when we restart the server. But

[jQuery] Re: stupid dev tricks: gzipping jQuery without mod_deflate

2007-08-15 Thread Stephan Beal
On Aug 15, 11:08 am, Stephan Beal <[EMAIL PROTECTED]> wrote: ... > This approach could just as easily be used to combine all required JS > scripts on the fly (just be sure to insert a ';' after each one to > accommodate scripts which don't have them), then gzip them, to help > reduce the overall d

[jQuery] Re: Quick question...

2007-08-15 Thread Matt Stith
I highly doubt something like that exists. I had trouble finding an HTML parser in any form for php, let alone one with the rich feature set of jQuery. Good luck on your hunt! On 8/15/07, MikeR <[EMAIL PROTECTED]> wrote: > > > We all know & love jQuery, but something that I've been wondering for >

[jQuery] Re: Documentation on $('#foo')[0] or $('#foo').get(0) ??

2007-08-15 Thread Erik Beeson
> id is supposed to be unique is it not? My example used the # to refer > to a unique id on the page, therefore *not* an array of objects. Wrong, it *is* still an array of objects, it's just an array of length 1. Do console.log($('#foo')) and you'll see that it is still an array, and an array wit

[jQuery] Selector Question should be easy (continued with online example)

2007-08-15 Thread Mitch
This doesnt work http://www.whatbird.com/wwwroot/Components/jQuery_How_Do_I_not.html This works http://www.whatbird.com/wwwroot/Components/jQuery_How_Do_I_not2.html The first example uses John's example for using not. Klaus your's didnt work either. Is this my stupidity again? Mitch

[jQuery] Re: stupid dev tricks: gzipping jQuery without mod_deflate

2007-08-15 Thread Stephan Beal
On Aug 15, 11:32 pm, "Erik Beeson" <[EMAIL PROTECTED]> wrote: > I cache the packed versions. Actually, I concatenate all of the scripts that > I need for a page, minify them (used to use packer, now I use YUImin), and > then cache that, all on the fly. So I have one script tag like: The problem w

[jQuery] Re: stupid dev tricks: gzipping jQuery without mod_deflate

2007-08-15 Thread Stephan Beal
On Aug 15, 11:02 pm, "Ganeshji Marwaha" <[EMAIL PROTECTED]> wrote: > Very cool... I will start using this technique right away... > > But my only concern is, since this technique compresses the file everytime > it is requested, isn't it an overkill on the server's CPU? Getting this level of trans

[jQuery] Re: Fwd: jQuery and UTF8

2007-08-15 Thread pd
I can't be sure this will help, but does your server side script return the document with specifically with a utf8 charset header? On Aug 16, 8:05 am, barophobia <[EMAIL PROTECTED]> wrote: > I'm forwarding this email again as it seems that it may not have made > its way to the list the first time

[jQuery] Re: Documentation on $('#foo')[0] or $('#foo').get(0) ??

2007-08-15 Thread pd
Hi All, Thanks for the responses. Firstly, everyone is assuming I am referring to an array. Not necessarily the case. In fact in a legit XHTML 1.0 Strict document an id is supposed to be unique is it not? My example used the # to refer to a unique id on the page, therefore *not* an array of obje

[jQuery] Re: [ANNOUNCE] tablesorter 2.0 released

2007-08-15 Thread Glen Lipka
The widget system looks very interesting. I haven't heard of a plugin for a plugin yet. Blazing a new trail! Nice work! Glen On 8/15/07, Chris W. Parker <[EMAIL PROTECTED]> wrote: > > > On Wednesday, August 15, 2007 4:38 PM Christian Bach said: > > > Hi List, > > > > I just released the 2.0 ver

[jQuery] Quick question...

2007-08-15 Thread MikeR
We all know & love jQuery, but something that I've been wondering for a while now... not sure if it's feasible or not, but I'll ask anyway =). Is there any sort of HTML parser for PHP that's similar to jQuery's selectors? ie: $('div.class').html().. but a PHP version? Thanks!

[jQuery] Re: NEWS: Publisher posts big chunk of Learning jQuery Chapter 7 online

2007-08-15 Thread Ganeshji Marwaha
thanks, but i already have the book ;-) BTW, ur post is singlicate (a new english word for - it appeared only once) -GTG On 8/15/07, Karl Swedberg <[EMAIL PROTECTED]> wrote: > > Hey everyone, > > I just noticed that our publisher (Packt) just posted a rather large > excerpt of Learning jQuery Ch

[jQuery] Re: [ANNOUNCE] tablesorter 2.0 released

2007-08-15 Thread Chris W. Parker
On Wednesday, August 15, 2007 4:38 PM Christian Bach said: > Hi List, > > I just released the 2.0 version of tablesorter. [snip] > Get it all at http://tablesorter.com Fantastic. Awesome. Amazing. Great.

[jQuery] Re: Interface slider - get value of multiple handles

2007-08-15 Thread Ganeshji Marwaha
>> I don't think you can get both values using onSlide(). That might not be true... There is a method in interface slider called SliderGetValues() that can come to ur rescue. I guess that is not in the docs, but it is similar to SliderSetValues() that is documented, just that this sets whereas we

[jQuery] [ANNOUNCE] tablesorter 2.0 released

2007-08-15 Thread Christian Bach
Hi List, I just released the 2.0 version of tablesorter. Here are the highlight for this release: * Multi-column sorting * Parsers for sorting text, URIs, integers, currency, floats, IP addresses, dates (ISO, long and short formats), time. Add your own easily * Support for ROWSPAN and COLSPAN on

[jQuery] NEWS: Publisher posts big chunk of Learning jQuery Chapter 7 online

2007-08-15 Thread Karl Swedberg
Hey everyone, I just noticed that our publisher (Packt) just posted a rather large excerpt of Learning jQuery Chapter 7 (Table Manipulation) on their site for all to see: http://www.packtpub.com/article/jquery-table-manipulation-part1 The excerpt covers table sorting, pagination, row highl

[jQuery] Re: Delayed ready configuration

2007-08-15 Thread Larry Garfield
On Wed, 15 Aug 2007 15:20:17 -0700, "Erik Beeson" <[EMAIL PROTECTED]> wrote: > What I'm saying is, window.load is like your "reallydone". It happens after > all of the document.ready stuff is done. I suggest you do all of your > hooking up stuff in document.ready, and do the animations in window.

[jQuery] Re: Delayed ready configuration

2007-08-15 Thread Erik Beeson
What I'm saying is, window.load is like your "reallydone". It happens after all of the document.ready stuff is done. I suggest you do all of your hooking up stuff in document.ready, and do the animations in window.load. You can keep content from flashing by hiding it in a document.ready, or even be

[jQuery] Re: Delayed ready configuration

2007-08-15 Thread Larry Garfield
Well, they start by hiding various page elements and then fading them back in, sometimes in weird ways. So I need the hiding part to happen as soon as possible so that there's no "flicker of content". document.ready() hasn't caused me any problems in that regard so far when the animations ar

[jQuery] Fwd: jQuery and UTF8

2007-08-15 Thread barophobia
I'm forwarding this email again as it seems that it may not have made its way to the list the first time. -- Forwarded message -- From: barophobia <[EMAIL PROTECTED]> Date: Tue, 14 Aug 2007 20:02:52 -0700 Subject: jQuery and UTF8 To: jquery-en@googlegroups.com Hello, I've got so

[jQuery] Re: Selector question should be easy

2007-08-15 Thread Mitch
I news for all of you, none of these suggestions work. Here is my code you can run it and see. When I add the last click handler it breaks the 2nd one and nothing happens. My guess is that is still not the right selector. http://www.w3.org/1999/xhtml";> Untitled Document $(document).ready(f

[jQuery] Re: Delayed ready configuration

2007-08-15 Thread Erik Beeson
You might try moving your opening animations to $(window).load(function() {...}); --Erik On 8/15/07, Larry Garfield <[EMAIL PROTECTED]> wrote: > > > > Good jQuery. > > I have a site where I have a series of animations that need to run on > load. I also have a large number of other events that

[jQuery] Delayed ready configuration

2007-08-15 Thread Larry Garfield
Good jQuery. I have a site where I have a series of animations that need to run on load. I also have a large number of other events that happen on load to setup various other effects and animations and modal popups and other goodness. Individually, I have all of them working (yay!). Howev

[jQuery] Re: stupid dev tricks: gzipping jQuery without mod_deflate

2007-08-15 Thread Erik Beeson
I cache the packed versions. Actually, I concatenate all of the scripts that I need for a page, minify them (used to use packer, now I use YUImin), and then cache that, all on the fly. So I have one script tag like: On the first request, I merge the three scripts, minify them, write them out to

[jQuery] Re: Selector question should be easy

2007-08-15 Thread Mike Alsup
Oops. Thanks for catching that! (You too, Karl) On 8/15/07, Klaus Hartl <[EMAIL PROTECTED]> wrote: > > Mike Alsup wrote: > > You need to add the '#' for id selection. > > > > $("div :not('#myID')"); > > > > Mike > > Mike, I'm not so sure about the white space before the colon, > theoretically

[jQuery] Re: Draggables help

2007-08-15 Thread Ganeshji Marwaha
Gordon, I just wish u finish this widget in style... I also have similar problems with interface slider and wasn't able to get around it... Interface slider also has problems when executing callbacks. For example, when the handle is dragged and dropped, the onChange fires, but not when you click s

[jQuery] Re: [ANNOUNCE] New jQuery Plugins Found

2007-08-15 Thread Rey Bango
Its on my list of things to do. :) Rey... Ganeshji Marwaha wrote: neat stuff... By any chance are u talking to the authors of the plugins to get them to post on our main plugin page? -GTG On 8/15/07, *Rey Bango* < [EMAIL PROTECTED] > wrote: AjaxRain has rea

[jQuery] Re: jQuery Validation Fails in IE

2007-08-15 Thread Bernd Matzner
> I was able to work around it by removing the umlauts "ÄÖÜ" from the > Validate plugin regex. I'm suspecting this happens when the page is > UTF8-encoded, Yes, that was the reason. I found the issue was discussed in the comments section of Jörn's page http://bassistance.de/jquery-plugins/jquery

[jQuery] Re: [ANNOUNCE] New jQuery Plugins Found

2007-08-15 Thread Ganeshji Marwaha
neat stuff... By any chance are u talking to the authors of the plugins to get them to post on our main plugin page? -GTG On 8/15/07, Rey Bango <[EMAIL PROTECTED]> wrote: > > > AjaxRain has really been digging up some great plugins which I never see > announced. Check these out: > > jQuery Image

[jQuery] Re: stupid dev tricks: gzipping jQuery without mod_deflate

2007-08-15 Thread Ganeshji Marwaha
Very cool... I will start using this technique right away... But my only concern is, since this technique compresses the file everytime it is requested, isn't it an overkill on the server's CPU? -GTG On 8/15/07, Stephan Beal <[EMAIL PROTECTED]> wrote: > > > Hi, all! > > i'm working on re-designi

[jQuery] Re: Selector question should be easy

2007-08-15 Thread Karl Swedberg
On 8/15/07, Mitch <[EMAIL PROTECTED]> wrote: Does anyone have a way to select "all divs except one with a specific ID?" On Aug 15, 2007, at 3:52 PM, Mike Alsup wrote: You need to add the '#' for id selection. $("div :not('#myID')"); And you need to close the space between "div" and ":not

[jQuery] Re: Selector question should be easy

2007-08-15 Thread John Resig
Yeah, your selector should be: $("div:not(#myID)") --John On 8/15/07, Mitch <[EMAIL PROTECTED]> wrote: > > Does anyone have a way to select > > "all divs except one with a specific ID?" > > I want something like > > $(* :not("myID")).click > > or > > $(div :not("myID")).click > > I have tried :n

[jQuery] Re: Tweaks to jCarouselLite

2007-08-15 Thread Ganeshji Marwaha
Hi Kelvin, The link that you have posted for the modified version of jCarouselLite and for the patch is not reachable. The server is timing out i guess. I would really like to take a look at the changes and the page in which it wasn't working. This will help me fix the plugin for everyones benefi

[jQuery] Re: How to test if plugin X is loaded ?

2007-08-15 Thread Bernd Matzner
You could also use a try/catch clause try { $('#id').tableSorter(); } catch(err) { // do something else or nothing } Bernd

[jQuery] Re: Selector question should be easy

2007-08-15 Thread Klaus Hartl
Mike Alsup wrote: You need to add the '#' for id selection. $("div :not('#myID')"); Mike Mike, I'm not so sure about the white space before the colon, theoretically "div :not(#myId)" would select all children of div that do not have that particular id? --Klaus

[jQuery] Re: Updated Plugin: jQuery Timers. jQuery-oriented setTimeout/setInterval

2007-08-15 Thread Bernd Matzner
Hi, > Google take the *very* strong view of licence prolifiration and warned > me that if I didn't change back to one of the 8 licences that they > have listed my project would be thrown off their site. Interesting. Doesn't the MIT license, which jQuery itself is licensed under, provide a max

[jQuery] Re: Selector question should be easy

2007-08-15 Thread Mike Alsup
You need to add the '#' for id selection. $("div :not('#myID')"); Mike On 8/15/07, Mitch <[EMAIL PROTECTED]> wrote: > > Does anyone have a way to select > > "all divs except one with a specific ID?" > > I want something like > > $(* :not("myID")).click > > or > > $(div :not("myID")).click > >

[jQuery] Re: Selector question should be easy

2007-08-15 Thread Klaus Hartl
Mitch wrote: Does anyone have a way to select "all divs except one with a specific ID?" I want something like $(* :not("myID")).click or $(div :not("myID")).click I have tried :not but have not been able to get it to work on IDs, seems that it just works on elements. thanks Mitch Tr

[jQuery] Re: About the author of the recent jQuery article - Please Read

2007-08-15 Thread Mike Alsup
Indeed. behavior.js was based on Simon's work and I loved that piece of code. It's what I used before jQuery. Mike > From what I remember Simon Willison was the first to come up with a > documentGetElementsBySelector function... he could be seen as jQuery's > ancestor :-)

[jQuery] Selector question should be easy

2007-08-15 Thread Mitch
Does anyone have a way to select "all divs except one with a specific ID?" I want something like $(* :not("myID")).click or $(div :not("myID")).click I have tried :not but have not been able to get it to work on IDs, seems that it just works on elements. thanks Mitch

[jQuery] Re: Updated Plugin: jQuery Timers. jQuery-oriented setTimeout/setInterval

2007-08-15 Thread Jean
so sad =/ i liked so much that licence lol On 8/15/07, Tane Piper <[EMAIL PROTECTED]> wrote: > > I moved my code over to this licence recently but I'm hosted on google code. > > Google take the *very* strong view of licence prolifiration and warned > me that if I didn't change back to one of the

[jQuery] Re: About the author of the recent jQuery article - Please Read

2007-08-15 Thread Klaus Hartl
Tane Piper wrote: I noticed his site has a LOT of articles going back to 2002 (infact while looking at the article, I found one about OpenID that really helped me out). Fantastic to know we have friends in high places :) From what I remember Simon Willison was the first to come up with a doc

[jQuery] Re: Interface slider - get value of multiple handles

2007-08-15 Thread Geoffrey Knutzen
I don't think you can get both values using onSlide(). You need to keep track of both values somewhere else and update those values as you slide. It gets tricky when the sliders cross, but you can work through it -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTEC

[jQuery] Re: ORing selectors

2007-08-15 Thread Erik Beeson
For the record, that's documented here: http://docs.jquery.com/DOM/Traversing/Selectors#CSS_Selectors --Erik On 8/15/07, Erik Beeson <[EMAIL PROTECTED]> wrote: > > $('#X,.Y') > > --Erik > > On 8/15/07, rickdog <[EMAIL PROTECTED]> wrote: > > > > > > What is the cleanest way for ORing select resu

[jQuery] Re: ORing selectors

2007-08-15 Thread Klaus Hartl
Matt Stith wrote: I would do something like $("#X").add(".Y"); Just group the selectors: $('#X, .Y') --Klaus

[jQuery] Re: ORing selectors

2007-08-15 Thread Erik Beeson
$('#X,.Y') --Erik On 8/15/07, rickdog <[EMAIL PROTECTED]> wrote: > > > What is the cleanest way for ORing select results, e.g. returning all > DIVs with id="X" or class="Y"? > >

[jQuery] Re: ORing selectors

2007-08-15 Thread Matt Stith
I would do something like $("#X").add(".Y"); On 8/15/07, rickdog <[EMAIL PROTECTED]> wrote: > > > What is the cleanest way for ORing select results, e.g. returning all > DIVs with id="X" or class="Y"? > >

[jQuery] Re: n00b question on $().clone

2007-08-15 Thread Erik Beeson
Yes, I suggest you have unique IDs. Maybe something like (untested): .. Then on drop do something like: var newId = 'sort_list_' + drag.id; if($('#' + newId).length == 0) { // doesn't exist in this list yet $(drag).clone().attr('id', newId).appendTo(this); } --Erik On 8/15/07, jenlindne

[jQuery] Re: jQuery Form Plugin Repository: Compressed versions?

2007-08-15 Thread Josh Nathanson
Anyone know where to get the compressed version of this plugin: http://www.malsup.com/jquery/form/ I asked that myself recently and got no reply. I ended up just packing it myself. If you don't have the Dean Edwards packer url, here it is: http://dean.edwards.name/packer/ -- Josh

[jQuery] Re: jQuery Form Plugin Repository: Compressed versions?

2007-08-15 Thread Rey Bango
If its not available, all you need to do is run it through Dean Edward's Packer http://dean.edwards.name/packer/ Rey... Pogo wrote: Anyone know where to get the compressed version of this plugin: http://www.malsup.com/jquery/form/ ???

[jQuery] Re: Do my emails make it to the list?

2007-08-15 Thread Jonathan Sharp
No, probably not. Your messages are posted, just not immediately. We're pretty good at moderating posts quickly. Sometimes googlegroups seems a little lagged. Cheers, -js On 8/15/07, Göran Törnquist <[EMAIL PROTECTED]> wrote: > > Is that the reason why I haven't had any responses to my post (an

[jQuery] Re: Interface Drag/Drop Animation

2007-08-15 Thread Erik Beeson
This just came up a week ago, too. Here's the previous thread that offers a few solutions: http://groups.google.com/group/jquery-en/browse_thread/thread/44bb914d6c8718d2 --Erik On 8/15/07, Collin Allen <[EMAIL PROTECTED]> wrote: > > > Quick question about the Interface Drag+Drop methods: When

[jQuery] Do my emails make it to the list?

2007-08-15 Thread Göran Törnquist
Is that the reason why I haven't had any responses to my post (and repost) about problems with 3D Carousel? /Göran >The reason there's a delay is that new members >posts are moderated to fight spam. After x >number of "valid" posts the moderation >restriction is removed. I've removed this >

[jQuery] ORing selectors

2007-08-15 Thread rickdog
What is the cleanest way for ORing select results, e.g. returning all DIVs with id="X" or class="Y"?

[jQuery] n00b question on $().clone

2007-08-15 Thread jenlindner
hi, how does one check for the presence of a clone? i need to drag copies of items from one list to another, then make the second list sortable. so, i've been using the revert:true inside the draggable and on drop creating a clone of each item - but, i want to prevent cloning the same item twice.

[jQuery] Re: Scrolling a div area without scrolling the page?

2007-08-15 Thread [EMAIL PROTECTED]
Hi, Thank you for your reply -- this solution presents itself exactly what I was looking for. Can't wait to use the jquery plug-in version -- do you have any idea when you might have that available? Matthew On Aug 14, 2:48 am, Kelvin Luck <[EMAIL PROTECTED]> wrote: > Hi, > > You can do this if

[jQuery] Interface Drag/Drop Animation

2007-08-15 Thread Collin Allen
Quick question about the Interface Drag+Drop methods: When I use {revert:true,fx:300} to make the draggable fly back to the starting point, is there a way to cancel that animation of the draggable is successfully placed on a droppable? By default it accepts and still runs the "revert" animation,

[jQuery] Re: display "Please wait" while waiting for a database query.

2007-08-15 Thread seedy
there is a great plugin that will do this for you called blockUI http://www.malsup.com/jquery/block/ VS YR wrote: > > > Hello, > > I have a php web application and sometimes the database query will > take a while to process results. Using JQuery, is it possible to > display a "Please wait..

[jQuery] Re: Issue with .ajax incrementally submitting.

2007-08-15 Thread deepreel
This is the best i can do without some machinations. Please ignore the obviousness to my only recent introduction to DOM/AJAX etc. !DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http:// www.w3.org/TR/html4/loose.dtd"> jSON test