Re: [jQuery] jQuery Getting Started guide

2006-08-21 Thread Michael Fuerst
On Mon, August 21, 2006 22:51, Jörn Zaefferer said: > Hi folks! > > I wrote a Getting Started guide for jQuery. The first version is now > available: > http://fuzz.bassistance.de/jqueryDev/jquery-getting-started.html > It definitley lacks some more CSS for a nice presentation. Apart from > that, >

Re: [jQuery] How to combine lt and gt?

2006-08-21 Thread John Resig
> $("p").bt(2,5) > > for between. This should mathematical be 2 < x < 5. I like that - I'll probably add it in post-1.0. --John ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] How to combine lt and gt?

2006-08-21 Thread Michael Fuerst
John Resig schrieb: > The order is definitely important. Every time you do a "filter" (like > eq or lt) it prunes the list down so all future operations must be > relative to the previous operations (If that makes any sense). > > Additionally, I just recently added shortcut methods for eq/lt/gt so

Re: [jQuery] jQuery and openjsan.org

2006-08-21 Thread John Resig
> Frankly, I think a better solution for jQuery is to become its own > repository. :-) Provide svn space for contrib modules, under a common > MIT/GPL dual license, automate the documentation, make it easy to mix and > match. Right now there's just so many cool things being announced on the > lis

Re: [jQuery] jQuery and openjsan.org

2006-08-21 Thread Larry Garfield
I'm a PHP guy through and through, and hate Perl. Am I what you're looking for? :-) Seriously thought, I'd not actually heard of openjsan until this thread. The problem with CPAN-like systems, though (such as PEAR, the PHP equivalent), is that they get big, fast. Just a base PEAR install is

Re: [jQuery] jQuery and openjsan.org

2006-08-21 Thread Blair McKenzie
It's nice to have all those libraries in one place, but without some kind of comparison or rating system its not really that much more useful than google.When I first started hunting for libraries, I was interested in their specialty/category, strengths, weaknesses, development activity, and commun

Re: [jQuery] html() + firebug = funky

2006-08-21 Thread John Resig
Yeah, I think I accidentally regressed on that, I'll see if I can't resolve it for 1.0: Re-opened: http://proj.jquery.com/dev/bugs/bug/60/ --John > > There are two bug filed for this: > http://proj.jquery.com/dev/bugs/bug/22/ > http://proj.jquery.com/dev/bugs/bug/60/ > > But for some reason they

Re: [jQuery] New Plugin: jQEm - Interact with the base 'em' unit.

2006-08-21 Thread John Resig
This is really great Dave - I've definitely needed something like this in some of my projects. A couple quick suggestions: - Using an event name like "fontSizeChange" may make more sense than "jqem". - Also, it's possible to pass arguments in to an event that's been triggered, like so: $.event.tri

Re: [jQuery] jQuery and openjsan.org

2006-08-21 Thread John Resig
John - > Cool. I'm glad Perl is still alive. ;-) I'm a Perl guy too, but I wanna put in my 2 cents. ;-) I've been following JSAN since the very beginning and love the concept, and would love to see it grow. > If so, I'd really like to hear your thoughts on openjsan.org and how > we could make

Re: [jQuery] jQuery and openjsan.org

2006-08-21 Thread John Beppu
Cool. I'm glad Perl is still alive. ;-) However, I would really like to hear from the non-Perl people who are so underrepresented on openjsan.org. Is there anyone on this jQuery Discussion mailing list who is *NOT* a Perl hacker? If so, I'd really like to hear your thoughts on openjsan.org and

Re: [jQuery] "Erasing" contents of a form

2006-08-21 Thread Bruce MacKay
Thanks Ashutosh /Dave. Yes Dave, I did mean #commentsFormZ - sorry. Neither of these solutions fired, so perhaps there must be something else in my code screwing things up. The site is at http://www.callas.org.nz/e_books.asp?id=show&pID=1&cID=156 - feel free to add a comment! Cheers, Bruce

Re: [jQuery] jQuery and openjsan.org

2006-08-21 Thread ashutosh bijoor
I second Stephen's opinions, but again, I'm a Perl guy too :-)-AshutoshOn 8/22/06, Stephen Howard <[EMAIL PROTECTED] > wrote:I know you wanted to hear from non-Perl programmers, but I thought  I'd throw this in, as I've suggested on the jQuery list in the past thatpeople submit their jQuery work to

Re: [jQuery] "Erasing" contents of a form

2006-08-21 Thread Dave Methvin
>> Or do $("formElement").reset(); > I cannot get the .reset() option to fire at all. Is there a reset() method on the jQuery object? I didn't see one. Also I think you meant #commentsFormZ, it's the id of the form, right? Can you try this? $("#commentsFormZ")[0].reset(); ___

Re: [jQuery] "Erasing" contents of a form

2006-08-21 Thread ashutosh bijoor
$("#sEmail").get(0).reset();should work. reset() is not a chainable method of jquery.-AshutoshOn 8/22/06, Bruce MacKay < [EMAIL PROTECTED]> wrote: Thanks for the responses Kenton,Matt.  I've only been partially successful however in progressing these solutions. I have tried your solutions: The .v

[jQuery] bad example on documentation page

2006-08-21 Thread abba bryant
http://john.jquery.com/jquery/docs/index.xml If you click "B" then "background( )" the result is operating on some html without a background set. Seeing the "" *empty* result as the result is fairly worthless. It might be more useful to start with a background and show the returned results with s

Re: [jQuery] "Erasing" contents of a form

2006-08-21 Thread Bruce MacKay
Thanks for the responses Kenton,Matt.  I've only been partially successful however in progressing these solutions. I have tried your solutions: The .val is partially successful in that it erases a form element's content, but only by inserting a blank space in its place  (e.g. $("#sComment").val("

Re: [jQuery] jQuery via NNTP @ GMANE

2006-08-21 Thread John Resig
> Per my request, jQuery mailing list is now available via NNTP at: > > nntp://news.gmane.org/gmane.comp.lang.javascript.jquery I tried to get jQuery on GMANE back in February but they never finished setting it up... oh well, moot point now. Thanks for setting it up! --John _

Re: [jQuery] jQuery via NNTP @ GMANE

2006-08-21 Thread Matt Stith
Ah thanks.On 8/21/06, John Beppu <[EMAIL PROTECTED]> wrote: On 8/20/06, Matt Stith <[EMAIL PROTECTED]> wrote:> im a noob here, how to i access that url?> > nntp://news.gmane.org/gmane.comp.lang._javascript_.jquery You could use a news reading program (google for: nntp software), oryou can go to:htt

Re: [jQuery] jQuery Getting Started guide

2006-08-21 Thread Su
Sam Collett wrote: > Looks like it might be very useful for those who want to start working > with jQuery. > > I would suggest with each demo to have a sample page (or maybe you > could do a dynamic popup based on the code within each tag). The second paragraph on that page explains exactly why

Re: [jQuery] jQuery Getting Started guide

2006-08-21 Thread Sam Collett
On 21/08/06, Jörn Zaefferer <[EMAIL PROTECTED]> wrote: > Hi folks! > > I wrote a Getting Started guide for jQuery. The first version is now > available: http://fuzz.bassistance.de/jqueryDev/jquery-getting-started.html > It definitley lacks some more CSS for a nice presentation. Apart from that, > I

Re: [jQuery] How to combine lt and gt?

2006-08-21 Thread CBWhiz
I wouldn't call it a bug, i'd say its a non-obvious expected result. If you wanted, you could add .between(x, y) that would be a handy shortcut. John Resig wrote: >> If p < 5 and p > 3, isn't p = 4? >> >> $("p:eq(4)") :) >> >> Otherwise, Klaus's option works: >> >> $("p:lt(5)").filter(":gt(3)")

[jQuery] jQuery Getting Started guide

2006-08-21 Thread Jörn Zaefferer
Hi folks! I wrote a Getting Started guide for jQuery. The first version is now available: http://fuzz.bassistance.de/jqueryDev/jquery-getting-started.html It definitley lacks some more CSS for a nice presentation. Apart from that, I invite you to read and try it and provide whatever comments you

[jQuery] New Plugin: jQEm - Interact with the base 'em' unit.

2006-08-21 Thread Dave Cardwell
Hello there, folks. While working on the next release of jQMinMax[1] (coming soon) it became apparent that I'd need to be notified when the user increased or decreased the font size. I can imagine there are a number of situations where this might come in handy, thus I give you jQEM. The short

Re: [jQuery] jQuery via NNTP @ GMANE

2006-08-21 Thread John Beppu
On 8/20/06, Matt Stith <[EMAIL PROTECTED]> wrote: > im a noob here, how to i access that url? > > nntp://news.gmane.org/gmane.comp.lang.javascript.jquery You could use a news reading program (google for: nntp software), or you can go to: http://news.gmane.org/gmane.comp.lang.javascript.jquery/

Re: [jQuery] jQuery and openjsan.org

2006-08-21 Thread Stephen Howard
I know you wanted to hear from non-Perl programmers, but I thought I'd throw this in, as I've suggested on the jQuery list in the past that people submit their jQuery work to JSAN (I have a couple of pre-jQuery items on JSAN myself) The killer I think for JSAN is the infrastructure's immaturit

[jQuery] AJAXGrid plugin - text version

2006-08-21 Thread Stefan Petre
yeah, I forgot to warn you. I did a mistake in the database with the encoding and some characters are messed up so that's why on Internet Explorer it is possible not to load the entire data. ___ jQuery mailing list discuss@jquery.com http://jquery.com/

Re: [jQuery] slideDown/Up from/to settings

2006-08-21 Thread Giuliano Marcangelo
Sorry forgot the page http://stilbuero.de/jquery/tabs/On 21/08/06, Giuliano Marcangelo < [EMAIL PROTECTED]> wrote:Peter,try out Klaus's revised tabs..think that it will do the trick :)On 21/08/06, Peter Lambert < [EMAIL PROTECTED]> wrote:Hi,I am trying to create a set of tabbed panels. Whe

Re: [jQuery] AJAXGrid plugin - text version

2006-08-21 Thread Dylan Verheul
Looks impressive. It needs a fix to support special characters like é and ç On 8/21/06, Stefan Petre <[EMAIL PROTECTED]> wrote: > Maybe this time the text gets right: > > This is a plugin I worked on a lot. Has a lot of features: > > * in place edit: the cells converts into text field, textare

Re: [jQuery] slideDown/Up from/to settings

2006-08-21 Thread Giuliano Marcangelo
Peter,try out Klaus's revised tabs..think that it will do the trick:)On 21/08/06, Peter Lambert < [EMAIL PROTECTED]> wrote:Hi,I am trying to create a set of tabbed panels. Whenever a tab is clicked instead of simply hiding one div and showing another I want the existingtab panel to grow or

[jQuery] jQuery and openjsan.org

2006-08-21 Thread John Beppu
to John Resig: Have you considered uploading jQuery to openjsan.org? I ask, becuase I feel the Perl guys could use a decent foundation to do their work on, and jQuery might fit the bill. to everyone else: I'm a little concerned about JSAN, because it started out as a promising project to

Re: [jQuery] How to combine lt and gt?

2006-08-21 Thread John Resig
> If p < 5 and p > 3, isn't p = 4? > > $("p:eq(4)") :) > > Otherwise, Klaus's option works: > > $("p:lt(5)").filter(":gt(3)") See, there's something of an issue surrounding this, though. I haven't decided if its a bug yet, or not. For example, assume the list: 1 2 3 4 5 6 7 8 doing :lt(5) gives

[jQuery] AJAXGrid plugin - text version

2006-08-21 Thread Stefan Petre
Maybe this time the text gets right: This is a plugin I worked on a lot. Has a lot of features: * in place edit: the cells converts into text field, textarea or select * resizeable columns * keyboard navigation * live scrolling * triggers events on select and onsort , based on

[jQuery] AJAXGrid plugin

2006-08-21 Thread Stefan Petre
This is a plugin I worked on a lot. Has a lot of features: in place edit: the cells converts into text field, textarea or select resizeable columns keyboard navigation live scrolling triggers events on select and onsort , based on those you can link two grids or interact with othe

Re: [jQuery] TableSorter 1.0.3 plugin for jQuery released

2006-08-21 Thread Christian Bach
Sam Collett wrote: > It just keeps getting better with each release... Thanks! > > Perhaps you could add GMT/UTC as well: > > Regular Expression = > [A-Za-z]{3},\s[0-3]?[0-9]\s[A-Za-z]{3}\s[0-9]{4}\s[0-1]?[0-9]:[0-5][0-9]:[0-9]?[0-9]\sGMT > > Will match > Mon, 21 Aug 2006 15:54:16 GMT Sure thi

Re: [jQuery] TableSorter 1.0.3 plugin for jQuery released

2006-08-21 Thread Dan Atkinson
Cheers.It seems to have cleared up now! :)On 21/08/06, Christian Bach <[EMAIL PROTECTED] > wrote:Sorry,I moved around the examples before the release and forgot to change the script-path.The examples should be working now :)/christianDan Atkinson wrote:> Hey!>> Great stuff Christian!>> I'm having a

Re: [jQuery] How to combine lt and gt?

2006-08-21 Thread Karl Swedberg
Hi Michael, If p < 5 and p > 3, isn't p = 4? $("p:eq(4)") :) Otherwise, Klaus's option works: $("p:lt(5)").filter(":gt(3)") ___ Karl Swedberg www.englishrules.com On Aug 21, 2006, at 9:41 AM, Michael Fuerst wrote: > Hi, > > how do I combine lt and gt? > > $("p:lt(5):gt(3)"

Re: [jQuery] TableSorter 1.0.3 plugin for jQuery released

2006-08-21 Thread Dan Atkinson
The only stuff I know about is from w3schools: http://www.w3schools.com/jsref/jsref_obj_date.asp Sam Collett wrote: > > On 21/08/06, Christian Bach <[EMAIL PROTECTED]> wrote: >> ChangeLog >> -- >> * Renamed tablesorter.js > jquery.tablesorter.js >> * Bugfix: Now possible to have

Re: [jQuery] TableSorter 1.0.3 plugin for jQuery released

2006-08-21 Thread Christian Bach
Sorry, I moved around the examples before the release and forgot to change the script-path. The examples should be working now :) /christian Dan Atkinson wrote: > Hey! > > Great stuff Christian! > > I'm having a problem looking at your examples. > > It's telling me that $ is not defined. I'

Re: [jQuery] TableSorter 1.0.3 plugin for jQuery released

2006-08-21 Thread Sam Collett
On 21/08/06, Christian Bach <[EMAIL PROTECTED]> wrote: > ChangeLog > -- > * Renamed tablesorter.js > jquery.tablesorter.js > * Bugfix: Now possible to have to instaces of tableSorter with diffrent > defaults. > * Bugfix: sortColumn would not work with value 0. > * Added: Support for

Re: [jQuery] TableSorter 1.0.3 plugin for jQuery released

2006-08-21 Thread Dan Atkinson
Hey! Great stuff Christian! I'm having a problem looking at your examples. It's telling me that $ is not defined. I'm not sure if you've put the js file in the right place or not, but this happens in all my browsers. Cheers Christian Bach wrote: > > ChangeLog > -- > * Rename

[jQuery] TableSorter 1.0.3 plugin for jQuery released

2006-08-21 Thread Christian Bach
ChangeLog -- * Renamed tablesorter.js > jquery.tablesorter.js * Bugfix: Now possible to have to instaces of tableSorter with diffrent defaults. * Bugfix: sortColumn would not work with value 0. * Added: Support for John's soon to be released pager plugin. * Added: Support for US lo

[jQuery] slideDown/Up from/to settings

2006-08-21 Thread Peter Lambert
Hi, I am trying to create a set of tabbed panels. Whenever a tab is clicked instead of simply hiding one div and showing another I want the existing tab panel to grow or shrink to the size of the next tab panel. To do this I have been looking at jQuery's slideDown and slideUp methods however t

Re: [jQuery] How to combine lt and gt?

2006-08-21 Thread Klaus Hartl
Michael Fuerst schrieb: > Hi, > > how do I combine lt and gt? > > $("p:lt(5):gt(3)") or $("p:lt(5) gt(3)") doesn't seem to work... > > michael I think I made it once like this (cannot find it anymore): $("p:lt(5)").filter("p:gt(3)")... ; Maybe this is enough: $("p:lt(5)").filter(":gt(3)")

[jQuery] How to combine lt and gt?

2006-08-21 Thread Michael Fuerst
Hi, how do I combine lt and gt? $("p:lt(5):gt(3)") or $("p:lt(5) gt(3)") doesn't seem to work... michael ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

[jQuery] Event does not always bind to object

2006-08-21 Thread Raffael Luthiger
Hi, I have a pretty strange problem with one of my scripts. I am working on a little CRM and the customer overview page has six blocks looking something like this: the title familiy name first name When a user clicks on the image/link the following script runs: $(document).ready(function

Re: [jQuery] selector help

2006-08-21 Thread kenton.simpson
Thanks that worked perfectly -- View this message in context: http://www.nabble.com/selector-help-tf2137367.html#a5905882 Sent from the JQuery forum at Nabble.com. ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] html() + firebug = funky

2006-08-21 Thread poni
> But for some reason they have been closed (even though it still occurs > in the latest SVN). yeah, it's rather annoying ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] Setting AJAX headers, and selecting namespaced nodes

2006-08-21 Thread Jason Huck
malsup wrote: > >> That would be a nice addition. Has there been any discussion of having >> jQuery automatically use: >> >> X-Requested-With: XMLHttpRequest > > > It already does. > Excellent! One more reason to keep using it. -- View this message in context: http://www.nabble.com/Set

[jQuery] slideDown/Up from/to settings

2006-08-21 Thread Peter Lambert
Hi, I am trying to create a set of tabbed panels. Whenever a tab is clicked instead of simply hiding one div and showing another I want the existing tab panel to grow or shrink to the size of the next tab panel. To do this I have been looking at jQuery's slideDown and slideUp methods however t

Re: [jQuery] $(this).getAttribute("href") Doesn't work

2006-08-21 Thread Konstantin Käfer
Or $('a').attr('href'); 2006/8/21, Smith, George <[EMAIL PROTECTED]>: > why wouldn't you just do > > this.href > > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Behalf Of Nilesh Patel > Sent: 16 August 2006 22:22 > To: discuss@jquery.com > Subject: [jQuery] $(thi

Re: [jQuery] Setting AJAX headers, and selecting namespaced nodes

2006-08-21 Thread Mike Alsup
> That would be a nice addition. Has there been any discussion of having > jQuery automatically use: > > X-Requested-With: XMLHttpRequest It already does. ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] Oddness with jq-corner plugin. [solved]

2006-08-21 Thread Jason Huck
Jason Huck wrote: > > If I open the test page directly (as in file://...), it works fine. > However, if I *serve* the exact same page via my local copy of Apache > (1.3.x on OS X), the corners don't work. > It turned out to be file permissions on the jq-corner.js script. Apache runs under a di

[jQuery] Serializable Form Upload Element

2006-08-21 Thread ashutosh bijoor
HiI was looking around for a neat and generic way to handle file uploads. I found several different approaches, and it seems like this is a classic case for using ajax in any case ( http://www.codeandcoffee.com/2006/08/02/too-much-ajax/). Some of the references I found:- Asynchronous file up

Re: [jQuery] $(this).getAttribute("href") Doesn't work

2006-08-21 Thread Smith, George
why wouldn't you just do this.href -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Nilesh Patel Sent: 16 August 2006 22:22 To: discuss@jquery.com Subject: [jQuery] $(this).getAttribute("href") Doesn't work hey , I found a solution that works correctly. t

Re: [jQuery] html() + firebug = funky

2006-08-21 Thread Sam Collett
On 21/08/06, Matt Stith <[EMAIL PROTECTED]> wrote: > Yeah i noticed that too, its really akward having forms in the middle of > firebug when im trying to do something.. > > > On 8/20/06, Francisco Brito < [EMAIL PROTECTED]> wrote: > > > > the html() function calls: > > this.set ( "innerHTML", h );

Re: [jQuery] The format of xml response

2006-08-21 Thread Klaus Hartl
> The following is the handling file. The above form posts to this file to > handle. >$name=$_POST['name']; > $address=$_POST['address']; > $returnXML = " > Sachin > Sagar > "; > echo $returnXML; > ?> > > But when the alert is sh

Re: [jQuery] The format of xml response

2006-08-21 Thread Michael Geary
You are not sending down a Content-type: text/xml header, so the browser is interpreting your XML as plain text. To confirm this suspicion, change your alert to: alert( xml ); You want the alert to display something like [object XMLwhatever]. Instead, it will probably display the actual XML t

Re: [jQuery] date picker plugin update

2006-08-21 Thread Kelvin Luck
Hi Choan, Good suggestion - I'll put it on my to do list and will add it in to the date picker when I next have time to work on it, Cheers, Kelvin :) Choan C. Gálvez wrote: > Hi Kelvin, > > As you've already made the calendar language configurable, it'd be > nice to be able to choose the star

[jQuery] The format of xml response

2006-08-21 Thread millisami
The following is the interface file: $(document).ready(function(){ $("a").click(function(){ $.post("ajax-post-handler.php",{ name: "John", address: "123 Main St." }, function(xml){ aler