[jQuery] Re: jquery tabs collapsing

2007-07-12 Thread Karl Rudd
I've given the code you sent a look over and unfortunately there's not enough to diagnose what (of the many things) could be going wrong. What does the "loadFile" function do? Could you perhaps post a "cut down" version of the page? It should contain all the JavaScript you've written and the ba

[jQuery] Re: jquery tabs collapsing

2007-07-12 Thread Karl Rudd
Bruce, Klaus Hartl may be able to help you but you have to give it some time. It's only been 10 hours since your first post :). I'm sure you realise that most people on this list work so you have to give them some time to respond. I haven't used the Tabs plugin myself but I'll give your proble

[jQuery] Re: jquery tabs collapsing

2007-07-12 Thread Bruce Wang
On 7/13/07, Bruce <[EMAIL PROTECTED]> wrote: You know what? While some of us don't know it all, aren't highly "evolved" programmers, and maybe even don't ask a question or ask for help in the "proper" way. None of you knew anything when you started either. jquery may be great, but completely

[jQuery] Re: jquery tabs collapsing

2007-07-12 Thread Bruce
You know what? While some of us don't know it all, aren't highly "evolved" programmers, and maybe even don't ask a question or ask for help in the "proper" way. None of you knew anything when you started either. jquery may be great, but completely ignoring help requests from newbies makes i

[jQuery] Re: jQuery in Action

2007-07-12 Thread Karl Swedberg
On Jul 12, 2007, at 3:57 PM, Priest, James wrote [referring to the book, Learning jQuery]: Mine's waiting for me when I get home :) :) :) :) No kidding? Wow! Jonathan and I haven't even received our copies from the publisher yet. I suppose that make sense, though. We're not exactl

[jQuery] Re: Slow plugin scripts -- any way to speed them up?

2007-07-12 Thread Sean Catchpole
Kim, tablesort should be able to handle a table that big. Do you have a live example? ~Sean

[jQuery] [ANNOUNCE]: clueTip Plugin Beta

2007-07-12 Thread Karl Swedberg
Hey everyone, Just thought I'd let you all know that I (finally) posted a blog entry announcing the official beta version of the clueTip plugin: http://www.learningjquery.com/2007/07/cluetip-plugin-beta I'd love to hear what you think. Here's a snippet from the entry: The new clueTip plugi

[jQuery] Re: Setting DOM values (non-attributes)

2007-07-12 Thread Sean Catchpole
jQuery returns an array of DOM elements, so try this: $('#postedText')[0].scrollTop = ~Sean

[jQuery] Re: Remove Column from a table

2007-07-12 Thread Sean Catchpole
$('#myid table').find('th:first-child, td:first-child').remove(); ~Sean

[jQuery] jqModal plugin with ajax parameter

2007-07-12 Thread james_027
Hi, I use jqModal with ajax parameter calling another page with some javascript like $.post. while this is working under firefox, but not on IE 6. it seems that the javascripts were not loaded. But when I call this page on a standard way everything works fine. Thanks james

[jQuery] Re: Pause after SlideUp

2007-07-12 Thread Glen Lipka
I didnt. Very cool. But the neat thing about pause() is how very jQuery it is. Totally concise, nice to use it in a chain. Glen On 7/12/07, Karl Swedberg <[EMAIL PROTECTED]> wrote: Glen, have you seen my entry on the little .animate() trick? http://www.learningjquery.com/2007/01/effect-del

[jQuery] Re: Pause after SlideUp

2007-07-12 Thread Karl Swedberg
Glen, have you seen my entry on the little .animate() trick? http://www.learningjquery.com/2007/01/effect-delay-trick setTimeout() is probably what you really want (and what the pause plugin uses), but this might do in a pinch. --Karl _ Karl Swedberg www.englishrules

[jQuery] Re: Validation Plugin

2007-07-12 Thread howa
On 7月13日, 上午3時44分, J rn Zaefferer <[EMAIL PROTECTED]> wrote: > howard chen wrote: > > > abt this plugin: > >http://bassistance.de/jquery-plugins/jquery-plugin-validation/ > > > several problems: > > > 1. Is it possible to dynamic add INPUT into the current list of checking? > > You can use validat

[jQuery] SITE SUBMISSION: www.Moodboard.com uses jQuery

2007-07-12 Thread Karl Rudd
Just came across this stock photography site. Moodboard http://www.moodboard.com They've got quite a few nifty widgets built using jQuery. Check out the "my moodboard" footer, which you can drag photos too, like favourites. Overall, very nice work. Karl Rudd

[jQuery] Re: jquery tabs collapsing

2007-07-12 Thread Bruce
Am I not asking correctly? - Original Message - From: "Bruce" <[EMAIL PROTECTED]> To: Sent: Thursday, July 12, 2007 9:16 PM Subject: [jQuery] Re: jquery tabs collapsing Could this be caused by being on a temporary domain? Bruce - Original Message - From: "Bruce" <[EMAIL

[jQuery] Slow plugin scripts -- any way to speed them up?

2007-07-12 Thread Kim Johnson
Hi folks, I run an information database and have been thwarted a few times by some of the popular plugins. Specifically, let's say I have 150 table rows on a page. I've used at least two plugins now (tablesorter and the star rating plugin) which first lag, and finally pop up the oh-so-happy "a sc

[jQuery] Re: Removing an element drom children group

2007-07-12 Thread John Resig
try this: $("#table tr:not(:first)").hide(); --John On 7/12/07, CommanderZ <[EMAIL PROTECTED]> wrote: Hello, I want to hide all table's rows except the first one. I made this: $("#table").children().not("tr:first").hide(); And it doesn't hide anything. Thanks for help

[jQuery] Re: jquery tabs collapsing

2007-07-12 Thread Bruce
Could this be caused by being on a temporary domain? Bruce - Original Message - From: "Bruce" <[EMAIL PROTECTED]> To: Sent: Thursday, July 12, 2007 2:08 PM Subject: [jQuery] jquery tabs collapsing I'm using the tabs on a site, when I click on next tab or go back they all collapse

[jQuery] Jquery website: "each" not showing up in search

2007-07-12 Thread Kim Johnson
FYI for the admin (John?), "each" yields no results in the search. I understand it's a common word, but IMO all function names should be exempt from the old "common words don't always work" rule and should always show results. :) I couldn't remember where it was and found it after browsing, when

[jQuery] Re: Pause after SlideUp

2007-07-12 Thread Josh Nathanson
Funny, I was looking for a "pause" function just a couple of days ago. +1 for adding it to the core. One of those intuitive things you think should be there. -- Josh - Original Message - From: Glen Lipka To: jquery-en@googlegroups.com Sent: Thursday, July 12, 2007 4:41 PM S

[jQuery] Re: Pause after SlideUp

2007-07-12 Thread Glen Lipka
Nevermind. There is a pause() plugin. How very easy! It's so tiny! This should be in the core! http://blog.mythin.net/projects/jquery.php Glen PS. I have no say on what's in the core. But I like to pretend. :) On 7/12/07, Glen Lipka <[EMAIL PROTECTED]> wrote: Example page: http://www.comm

[jQuery] Re: ANNOUNCE: ClockPick, a timepicker plugin

2007-07-12 Thread Josh Nathanson
Thanks for the Mac testing. Damn you, Safari! *shakes fist* I'll have to bang around on my 2001 iMac that's gathering dust and see if I can fix those issues. -- Josh - Original Message - From: "radius" <[EMAIL PROTECTED]> To: "jQuery (English)" Sent: Thursday, July 12, 2007 4:2

[jQuery] Pause after SlideUp

2007-07-12 Thread Glen Lipka
Example page: http://www.commadot.com/jquery/nextrow/toggle.htm# Its currently slidingUp, then ajax call, then slideDown. But its a little abrupt. Id like it to slideUp, ajax, PAUSE 400 ms, then slideDown. How can I put a pause in there? Isn't there a plugin that helps with this? Glen

[jQuery] Re: Interested in porting another DOM creation plugin?

2007-07-12 Thread Josh Bush
On Jul 12, 5:15 pm, Klaus Hartl <[EMAIL PROTECTED]> wrote: > Josh Bush wrote: > > Agreed! > > In addition, I'd like to see the nested element syntax slightly > > cleaned up: > > > 'div#parent>div#child>div#grandchild' > > and > > 'div#parent>div#child1,div#child2' > > The latter could become > >

[jQuery] Re: ANNOUNCE: ClockPick, a timepicker plugin

2007-07-12 Thread radius
this is seriously cool. nice work. that said, there are some issues on Safari 2.0.4 (419.3) when you click on the "same field" example, the popup window opens up way down the page. probably an absolute/relative positioning bug. the "other field" example works fine on safari, but i noticed on Mac

[jQuery] Re: jqmodal overlay opaque (solid) in IE7

2007-07-12 Thread Brandon Aaron
Grab the latest version of jQuery ... 1.1.3.1. It fixes this issue. -- Brandon Aaron On 7/12/07, Scott Trudeau <[EMAIL PROTECTED]> wrote: I eventually found a solution to this. I switched to jquery 1.1.2 and it works fine on IE. With jquery 1.1.3 jqModal overlay is opaque (solid) on IE7. H

[jQuery] Re: ANNOUNCE: ClockPick, a timepicker plugin

2007-07-12 Thread Josh Nathanson
Thanks! - Original Message - From: "Alexandre Plennevaux" <[EMAIL PROTECTED]> To: Sent: Thursday, July 12, 2007 4:16 PM Subject: [jQuery] Re: ANNOUNCE: ClockPick, a timepicker plugin Never seen such UI before. Congratz for the quite nice experiment! -Original Message- From

[jQuery] Re: jqmodal overlay opaque (solid) in IE7

2007-07-12 Thread Scott Trudeau
I eventually found a solution to this. I switched to jquery 1.1.2 and it works fine on IE. With jquery 1.1.3 jqModal overlay is opaque (solid) on IE7. Have not attempted to investigate the cause. Scott On 7/11/07, Scott Trudeau <[EMAIL PROTECTED]> wrote: I'm attempting a very simple use of

[jQuery] Re: slideUp/slideDown toggle questions

2007-07-12 Thread Glen Lipka
Whipped up a demo. http://www.commadot.com/jquery/nextrow/toggle.htm Although Im not sure this is exactly what you meant. Glen On 7/12/07, Glen Lipka <[EMAIL PROTECTED]> wrote: Use slideToggle instead of slideDown or slideUp. It automatically figures out which is which and does the right thin

[jQuery] Re: Interested in porting another DOM creation plugin?

2007-07-12 Thread Sean Catchpole
I really like this idea. It could be very powerful. ~Sean

[jQuery] Re: ANNOUNCE: ClockPick, a timepicker plugin

2007-07-12 Thread Alexandre Plennevaux
Never seen such UI before. Congratz for the quite nice experiment! -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Josh Nathanson Sent: jeudi 12 juillet 2007 22:16 To: jquery-en@googlegroups.com Subject: [jQuery] ANNOUNCE: ClockPick, a timepicke

[jQuery] Re: Interested in porting another DOM creation plugin?

2007-07-12 Thread Klaus Hartl
Josh Bush wrote: Agreed! In addition, I'd like to see the nested element syntax slightly cleaned up: 'div#parent>div#child>div#grandchild' and 'div#parent>div#child1,div#child2' The latter could become 'div#parent > div#child1 + div#child2' to remain in CSS selector syntax? --Klaus

[jQuery] Re: Interested in porting another DOM creation plugin?

2007-07-12 Thread Josh Bush
Agreed! In addition, I'd like to see the nested element syntax slightly cleaned up: 'div#parent>div#child>div#grandchild' and 'div#parent>div#child1,div#child2' I like this much better than all of that bracketing mess he shows. On Jul 12, 4:57 pm, Klaus Hartl <[EMAIL PROTECTED]> wrote: > Jörn Z

[jQuery] Re: [ANNOUNCE] planet.jquery.com

2007-07-12 Thread Fil
I am pleased to announce the latest jquery.com service: http://planet.jquery.com/ Excellent :-) I've just added it to jQuery.info's Sedna @ http://www.jquery.info/sedna/ -- Fil

[jQuery] Re: load different pages

2007-07-12 Thread Ganeshji Marwaha
what error are u getting? On 7/12/07, matt <[EMAIL PROTECTED]> wrote: I'm trying to set up a site so I can load a page based upon a certain link clicked... but this is causing errors... any ideas? This is my first day using jquery... so I'm a newbee! TIA! http://www.w3.org/1999/xhtml"; xml

[jQuery] Re: Interested in porting another DOM creation plugin?

2007-07-12 Thread Klaus Hartl
Jörn Zaefferer wrote: This looks really interesting: http://www.zachleat.com/web/2007/07/07/domdom-easy-dom-element-creation/ Of course his proposal for porting doesn't quite work out with jQuery, but a port that is integrated into jQuery's API would be really cool. Using selectors for

[jQuery] Re: [ANNOUNCE] planet.jquery.com

2007-07-12 Thread Sean Catchpole
Great work guys. Looks awesome. ~Sean

[jQuery] Re: Interested in porting another DOM creation plugin?

2007-07-12 Thread Josh Bush
It seems like a very striaghtforward way to create dom elements. I like it. What would you make the method name? $$ instead of $? On Jul 12, 4:28 pm, Jörn Zaefferer <[EMAIL PROTECTED]> wrote: > This looks really > interesting:http://www.zachleat.com/web/2007/07/07/domdom-easy-dom-element-crea

[jQuery] Re: serialize string

2007-07-12 Thread Benjamin Sterling
Thanks alot, that is more or less what I came up with. Much appreciated. On 7/12/07, ashutosh bijoor <[EMAIL PROTECTED]> wrote: Hi Benjamin The deserialize plugin does not handle what you want (I wrote it) :-( You need to parse and split the string directly. Here's a way to do it - not tested

[jQuery] Re: Interested in porting another DOM creation plugin?

2007-07-12 Thread Jonathan Sharp
Turns out he works for the same company I do... I'll see what I can do... -js On 7/12/07, Jörn Zaefferer <[EMAIL PROTECTED]> wrote: This looks really interesting: http://www.zachleat.com/web/2007/07/07/domdom-easy-dom-element-creation/ Of course his proposal for porting doesn't quite work o

[jQuery] Re: Sortable Lists

2007-07-12 Thread ocyrus
Anything? ocyrus wrote: > > I am attempting to build a forms page, however using some sample code the > page is draggable > > After using a simple jqeury statement to add to this form, nothing is > draggable/sortable. However before it was. > Is there another way of doing this, or am I doing

[jQuery] Interested in porting another DOM creation plugin?

2007-07-12 Thread Jörn Zaefferer
This looks really interesting: http://www.zachleat.com/web/2007/07/07/domdom-easy-dom-element-creation/ Of course his proposal for porting doesn't quite work out with jQuery, but a port that is integrated into jQuery's API would be really cool. -- Jörn Zaefferer http://bassistance.de

[jQuery] FCKeditor causing JS to malfunction

2007-07-12 Thread Jason
I have a page where, on the left side, I have a Google map with markers that the user can click on to display a form on the right-hand side of the page, via AJAX. This form on the right-hand side contains an FCKeditor object instantiated with the jQuery FCKeditor plugin. This form is submitted us

[jQuery] Re: fadeIn, fadeOut, fadeTo, not working in IE6

2007-07-12 Thread [EMAIL PROTECTED]
Anyone? Isn't it a big oversight that the opacity changes aren't working in IE6?

[jQuery] Sortable Lists

2007-07-12 Thread [EMAIL PROTECTED]
I am attempting to build a forms page, however using some sample code the page is draggable After using a simple jqeury statement to add to this form, nothing is draggable/sortable. However before it was. Is there another way of doing this, or am I doing something wrong. I have pasted my javascr

[jQuery] Re: interface: sort dynamic lists

2007-07-12 Thread carlos
found it... .SortableAddItem() On Jul 12, 3:00 pm, carlos <[EMAIL PROTECTED]> wrote: > Hi, > > I have an empty list which the user can add items to. Because it's > built by the user after the page loads, interface sortables won't work > on this list. > > is this possible with interface? > > thank

[jQuery] FCKeditor causes JS to malfunction

2007-07-12 Thread Jason
I have a page where, on the left side, I have a Google map with markers that the user can click on to display a form on the right-hand side of the page, via AJAX. This form on the right-hand side contains an FCKeditor object instantiated with the jQuery FCKeditor plugin. This form is submitted us

[jQuery] Sortable Lists

2007-07-12 Thread ocyrus
I am attempting to build a forms page, however using some sample code the page is draggable After using a simple jqeury statement to add to this form, nothing is draggable/sortable. However before it was. Is there another way of doing this, or am I doing something wrong. I have pasted my javasc

[jQuery] Removing an element drom children group

2007-07-12 Thread CommanderZ
Hello, I want to hide all table's rows except the first one. I made this: $("#table").children().not("tr:first").hide(); And it doesn't hide anything. Thanks for help

[jQuery] ANNOUNCE: ClockPick, a timepicker plugin

2007-07-12 Thread Josh Nathanson
Hey all, I've whipped up a timepicker plugin over the last few days, and I'm hoping some folks on here using Macs might try the demo and let me know how it works, especially Safari. http://www.oakcitygraphics.com/jquery/clockpick/ClockPick.cfm Most of the kinks have been worked out, there i

[jQuery] Re: Queuing Async Ajax requests in jQuery

2007-07-12 Thread Jörn Zaefferer
Mike Hostetler wrote: Great idea. I'll continue the topic there. I've spoken with John Regarding this and I will be implementing it as a Plugin. I've updated the page with an API draft and a comment on testing. I'm looking forward to the plugin, the draft hopefully contains all requiremen

[jQuery] Re: Bug #1320

2007-07-12 Thread John Resig
Looks good Chris, I'll try to get this in soon (possibly 1.1.4 or 1.1.3.2, whichever comes first). --John On 7/12/07, Chris Scott <[EMAIL PROTECTED]> wrote: FYI, this is still a bug in 1.1.3.1. I've updated the ticket but figured mentioning it and the fix from the original filer may save som

[jQuery] NEWS: jQuery-Powered 64Sqaur.es on Ajax Magazine

2007-07-12 Thread Rey Bango
jQuery-Powered 64Sqaur.es made it onto Ajax Magazine: http://ajax.phpmagazine.net/2007/07/64squares_jquerypowered_online.html Great job on the site Jonah! Rey... -- BrightLight Development, LLC. 954-775- (o) 954-600-2726 (c) [EMAIL PROTECTED] http://www.iambright.com

[jQuery] Re: announcement: yet another color picker

2007-07-12 Thread Stephan Beal
On Jul 12, 9:41 pm, Jörn Zaefferer <[EMAIL PROTECTED]> wrote: > The trouble here is the mix of setters and getters. Provide the second > argument and its a setter, leave it, and its a getter. In this case you > have to make sure that no null or undefined is passed as the second > argument, or you

[jQuery] Bug #1320

2007-07-12 Thread Chris Scott
FYI, this is still a bug in 1.1.3.1. I've updated the ticket but figured mentioning it and the fix from the original filer may save someone hours of headache (like I have now...). If you're having problems with document.ready firing too early in IE, the fix in the bug report works. http://d

[jQuery] Re: Using AutoCompleter, how do you pass parameters

2007-07-12 Thread Jörn Zaefferer
AtlantaGeek wrote: Fixed that "object expected" error. It seems JQuery (or your autocompleter) was sensitive to the SCRIPT tag. Had to make it:

[jQuery] Re: Autocomplete Plugin Issue With IE6

2007-07-12 Thread Jörn Zaefferer
Jeff Fleitz wrote: So, for all you gurus out there, how do you track down this type of issue in IE6? Since Firebug doesn't report an error, that doesn't help. Do you use other http proxies like Fiddler? I've experienced a weird issue with IE6 and a mix of event delegation and custom events

[jQuery] Re: Field Plug-in Update - New $.limitSelection() and $.createCheckboxRange() functions

2007-07-12 Thread Jörn Zaefferer
Dan G. Switzer, II wrote: $("input:checkbox").createCheckboxRange(); The createCheckboxRange() allows you to create a Gmail-like checkbox range selector. By clicking on a checkbox element and then [SHIFT] clicking on an additional checkbox element, the entire range of checkbox elements between

[jQuery] Re: href attribute discrepancies: is this a bug?

2007-07-12 Thread Jörn Zaefferer
Stephan Beal wrote: Hi, all! i noticed the following today (jQ v1.1.3.1): var lbl = jQuery(""); alert( lbl.attr('href') ); // == "#foo" alert( lbl[0].href ); // == "http://my.site/path/#foo"; My questions are: a) What is the reason (if any) for this discrepancy? b) Is this a jQ bug? i woul

[jQuery] Re: jQuery in Action

2007-07-12 Thread Rey Bango
Sweet! Priest, James (NIH/NIEHS) [C] wrote: -Original Message- From: Rey Bango [mailto:[EMAIL PROTECTED] Sent: Thursday, July 12, 2007 3:23 PM To: jquery-en@googlegroups.com Subject: [jQuery] Re: jQuery in Action Slacker! Get on it! Mine's waiting for me when I get home :) :)

[jQuery] Re: jQuery in Action

2007-07-12 Thread Priest, James (NIH/NIEHS) [C]
> -Original Message- > From: Rey Bango [mailto:[EMAIL PROTECTED] > Sent: Thursday, July 12, 2007 3:23 PM > To: jquery-en@googlegroups.com > Subject: [jQuery] Re: jQuery in Action > > > Slacker! Get on it! Mine's waiting for me when I get home :) :) :) :) Ty

[jQuery] Re: Fill form fields with value returned from a query

2007-07-12 Thread Dan G. Switzer, II
>Check out the deserialize plugin. It does exactly what you need: >http://www.reach1to1.com/sandbox/jquery/testform.html I've also added a formHash() method to my Field Plug-in which offers the same type of functionality (along with other functionality): http://jquery.com/plugins/project/field

[jQuery] Re: Validation Plugin

2007-07-12 Thread Jörn Zaefferer
howard chen wrote: abt this plugin: http://bassistance.de/jquery-plugins/jquery-plugin-validation/ several problems: 1. Is it possible to dynamic add INPUT into the current list of checking? You can use validator's refresh method to check for additional input elements. That works best when

[jQuery] Re: announcement: yet another color picker

2007-07-12 Thread Jörn Zaefferer
Stephan Beal wrote: On Jul 12, 12:00 am, Jörn Zaefferer <[EMAIL PROTECTED]> wrote: * You can use jQuery to create elements, eg. $("<" + props.elementType + ">").addClass(props.elementClass).css('background-color', color) <- chaining, too i think i found a jQ bug

[jQuery] Re: Fill form fields with value returned from a query

2007-07-12 Thread ashutosh bijoor
Check out the deserialize plugin. It does exactly what you need: http://www.reach1to1.com/sandbox/jquery/testform.html On 7/6/07, Jean <[EMAIL PROTECTED]> wrote: I think .getJSON better for this dont? $.getJSON('teste.php',{query: 'edit', id: idval}, function(data){ $("[EMAIL PROTECTED]").val

[jQuery] Re: [ANNOUNCE] planet.jquery.com

2007-07-12 Thread John Resig
Sorry, it's back up now! On 7/12/07, Sean O <[EMAIL PROTECTED]> wrote: Same here... _ SEAN O Andy Matthews-4 wrote: > > Not working yet? I just get spinning and spinning. > -- View this message in context: http://www.nabble.com/-ANNOUNCE--planet.jquery.com-tf4070087s15494.html#a

[jQuery] Re: [ANNOUNCE] planet.jquery.com

2007-07-12 Thread Sean O
Same here... _ SEAN O Andy Matthews-4 wrote: > > Not working yet? I just get spinning and spinning. > -- View this message in context: http://www.nabble.com/-ANNOUNCE--planet.jquery.com-tf4070087s15494.html#a11567274 Sent from the JQuery mailing list archive at Nabble.com.

[jQuery] Re: [ANNOUNCE] planet.jquery.com

2007-07-12 Thread Andy Matthews
Not working yet? I just get spinning and spinning. _ From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Richard D. Worth Sent: Thursday, July 12, 2007 1:41 PM To: jquery-en@googlegroups.com Subject: [jQuery] [ANNOUNCE] planet.jquery.com I am pleased to announce th

[jQuery] Re: Queuing Async Ajax requests in jQuery

2007-07-12 Thread Mike Hostetler
Great idea. I'll continue the topic there. I've spoken with John Regarding this and I will be implementing it as a Plugin. On Jul 11, 12:37 pm, Jörn Zaefferer <[EMAIL PROTECTED]> wrote: > Mike Hostetler wrote: > > I wanted to start some discussion about whether this might be > > addressed withi

[jQuery] Re: jQuery in Action

2007-07-12 Thread Rey Bango
Slacker! Get on it! http://www.packtpub.com/jQuery/book/mid/100407j4kh3d ;) Rey... Tane Piper wrote: Wow, its like a bus - you wait ages and then loads come along at once :) I still need to get my copy of Learning jQuery :) On 7/12/07, Karl Swedberg <[EMAIL PROTECTED]> wrote: pretty sure

[jQuery] Re: serialize string

2007-07-12 Thread ashutosh bijoor
Hi Benjamin The deserialize plugin does not handle what you want (I wrote it) :-( You need to parse and split the string directly. Here's a way to do it - not tested, but should work: function parseParams(url) { var params=url; if (url.match(/\?(.+)$/)) { // in case it is a full que

[jQuery] Re: jQuery in Action

2007-07-12 Thread Tane Piper
Wow, its like a bus - you wait ages and then loads come along at once :) I still need to get my copy of Learning jQuery :) On 7/12/07, Karl Swedberg <[EMAIL PROTECTED]> wrote: pretty sure that's the one. Bear is working with Yehuda. --Karl _ Karl Swedberg www.englishrules.co

[jQuery] Re: Google Maps like interface with JQuery

2007-07-12 Thread Tane Piper
Well by using jQuery, it makes it much easier to use the functionality. I've just posted this in another thread, but I've finished version 1 of my plugin. I just need to clean up a few things and put up a proper demo with instructions. You can try it out at http://webrocket.ulmb.com * type in

[jQuery] Re: Google Maps like interface with JQuery

2007-07-12 Thread Bruce
The below, while interesting leaves me wondering what the point is. by that, what does using jquery differ from just using normal map scripts? Bruce - Original Message - From: "Rey Bango" <[EMAIL PROTECTED]> To: Sent: Monday, July 09, 2007 9:53 PM Subject: [jQuery] Re: Google Maps

[jQuery] Re: Plugin scope for methods and 'this'

2007-07-12 Thread Tane Piper
Hi folks, Ok I've put up a small demo site at http://webrocket.ulmb.com This is not quite the final version, but you can: * type in your zip/postcode or address into the search box and find your address on the map. * drag the marker that it creates to pinpoint a location. * with firebug, you c

[jQuery] Re: using JSON... and the jQuery book

2007-07-12 Thread Jean
tkz for the tip ;D On 7/12/07, Jack Killpatrick <[EMAIL PROTECTED]> wrote: This might be of interest to you, too: http://code.google.com/p/trimpath/wiki/JavaScriptTemplates It will get you around having to do stuff like: $.each(entry['model'], function(modIndex, mod){ res

[jQuery] Re: jquery tabs collapsing

2007-07-12 Thread Bruce
More info; can't give a link to page as its offline, but this may help: Also I removed the height I set but still collapses $(function() { $('#container-1').tabs({ fxAutoHeight: true, fxFade: true, fxSpeed: 'slow' });
});


Thanks
b

[jQuery] [ANNOUNCE] planet.jquery.com

2007-07-12 Thread Richard D. Worth
I am pleased to announce the latest jquery.com service: http://planet.jquery.com/ What is planet? Planet is a web feed aggregator. This will let you read all your favorite jQuery blogs on one page , or with one feed url . Whose blogs

[jQuery] Remove Column from a table

2007-07-12 Thread Mario Moura
Hi Folks I need remove first a last column from a table. To head I used $('#myid table thead tr > th:first').remove() $('#myid table thead tr > th:last').remove() Works fine but to body I am trying without sucess. I tried this but how you can see will delete only first and last cell. $('#myi

[jQuery] Re: slideUp/slideDown toggle questions

2007-07-12 Thread Glen Lipka
Use slideToggle instead of slideDown or slideUp. It automatically figures out which is which and does the right thing. Check visualjQuery.com for examples and syntax. Hope this helps, Glen On 7/12/07, djl <[EMAIL PROTECTED]> wrote: Hi there, I have a page with a div that uses a toggle slide

[jQuery] slideUp/slideDown toggle questions

2007-07-12 Thread djl
Hi there, I have a page with a div that uses a toggle slideUp/slideDown effect as follows:- var $jq = jQuery.noConflict(); $jq(document).ready(function() { $jq("#recenttoggle").toggle(function() { $jq("#recent").slideDown('slow'); } ,

[jQuery] Re: Setting DOM values (non-attributes)

2007-07-12 Thread Jonathan Sharp
Take a look at the dimensions plugin. (www.visualjquery.com -> Plugins -> Dimensions) -js On 7/12/07, John Farrar <[EMAIL PROTECTED]> wrote: I want to achieve this with jQuery. document.getElementById('postedText').scrollTop = document.getElementById('postedText').scrollHeight - document.ge

[jQuery] Setting DOM values (non-attributes)

2007-07-12 Thread John Farrar
I want to achieve this with jQuery. document.getElementById('postedText').scrollTop = document.getElementById('postedText').scrollHeight - document.getElementById('postedText').clientHeight; Did I miss it in the docs? John Farrar

[jQuery] Re: [ANNOUNCE] New JQuery Site: 64squar.es

2007-07-12 Thread Rey Bango
Great job Jonah! Guys, be sure to hit the Dzone link here: http://www.dzone.com/links/64squares_ajaxpowered_online_chess.html I'll submit it to Digg tomorrow to avoid the Digg-effect! Rey weepy wrote: 64squar.es is a completely free, fully featured and easy to use online chess site with a cl

[jQuery] [ANNOUNCE] New JQuery Site: 64squar.es

2007-07-12 Thread weepy
64squar.es is a completely free, fully featured and easy to use online chess site with a clean simple interface. Users can play opponents in real-time by dragging and dropping the pieces just like a real chess board. Ajax is used to make your moves on the opponent's board and vice versa. We are

[jQuery] Swap two Interface Draggables

2007-07-12 Thread Fredrik Karlsson
Currenly I'm working on a project where I'm using a bunch of droppables and draggables to organize list items. Now there is one thing I can't figure out how to do. If I have two droppables containing lists with items (...), and I want to swap one of the items in one droppable with one in another

[jQuery] Re: jQuery in Action

2007-07-12 Thread Karl Swedberg
pretty sure that's the one. Bear is working with Yehuda. --Karl _ Karl Swedberg www.englishrules.com www.learningjquery.com On Jul 12, 2007, at 1:00 PM, Scott Sauyet wrote: John Resig wrote: On 7/12/07, Scott Sauyet <[EMAIL PROTECTED]> wrote: Who's doing the Manning "jQuer

[jQuery] Re: using JSON... and the jQuery book

2007-07-12 Thread Jack Killpatrick
This might be of interest to you, too: http://code.google.com/p/trimpath/wiki/JavaScriptTemplates It will get you around having to do stuff like: $.each(entry['model'], function(modIndex, mod){ result += ''+ mod + '<\/li>'; }); I use it all the time for merging json data into

[jQuery] Re: using JSON... and the jQuery book

2007-07-12 Thread Jean
Yeah i´m using a lot json for now with json_encode and json_decode libs for php \o/ On 7/12/07, GianCarlo Mingati <[EMAIL PROTECTED]> wrote: Hi all. http://www.gcmingati.net/wordpress/wp-content/uploads/jsonhelicopters.html Here's what i learned form the book, chapter 6 (Ajax techniques). I w

[jQuery] Re: Plugin scope for methods and 'this'

2007-07-12 Thread Tane Piper
Thanks, but on IRC and thanks to the amazing Dave Cardwell, I've managed to fix this. I'm going to clean it up and write a full demo page tommorow, and I'll be releasing it. I'll have a look over your email tomorrow (as it's hometime now) to see if there are any other tips that I can use to opti

[jQuery] Re: jQuery in Action

2007-07-12 Thread Scott Sauyet
John Resig wrote: On 7/12/07, Scott Sauyet <[EMAIL PROTECTED]> wrote: Who's doing the Manning "jQuery in Action" book? I've just been asked to do a technical review. Umm - I have no idea! Yehuda has been working on "jQuery Quickly" - is this book different from that one? On 7/12/07, Scott S

[jQuery] Re: Field Plug-in Update: Added $("form").formHash() method....

2007-07-12 Thread Dan G. Switzer, II
Chris, >Works fine. Thanks I've already posted the fixed code: http://jquery.com/plugins/project/field (And also added some new functions.) -Dan

[jQuery] Re: Field Plug-in Update: Added $("form").formHash() method....

2007-07-12 Thread Chris
Works fine. Thanks On Jul 11, 9:32 pm, "Dan G. Switzer, II" <[EMAIL PROTECTED]> wrote: > >Is there a bug with formHash() and radio buttons? Or am I missing the > >obvious. With this form > > Change the hashForm to: > > $.fn.formHash = function(inHash){ > var bGetHash = (a

[jQuery] Re: bgiframe broken by 1.1.3.1

2007-07-12 Thread Geoffrey Knutzen
Thank you kindly _ From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Brandon Aaron Sent: Wednesday, July 11, 2007 9:21 PM To: jquery-en@googlegroups.com Subject: [jQuery] Re: bgiframe broken by 1.1.3.1 Hey Geoffrey, Feel free to grab the latest from SVN until

[jQuery] Re: Plugin scope for methods and 'this'

2007-07-12 Thread Michael Geary
Tane, load your page in Firefox with Firebug enabled. Open the Firebug pane and click Script, then turn on Options/Break on All Errors. Now do your address lookup. Firebug will stop on your line with the error. Look at what is displayed in the Watch window. Observe that "this" is the Window objec

[jQuery] Re: test

2007-07-12 Thread Salvatore FUSTO
thanks :) - Original Message - From: Aaron Heimlich To: jquery-en@googlegroups.com Sent: Thursday, July 12, 2007 5:46 PM Subject: [jQuery] Re: test You are excused :) On 7/12/07, Salvatore FUSTO <[EMAIL PROTECTED]> wrote: excuse for this test -- Aaron Heim

[jQuery] Re: Show / hide options based on class

2007-07-12 Thread Michael Price
Marc Jansen wrote: var $possibleOptsRight; $( document ).ready(function() { $possibleOptsRight = $('#rightselectlist option'); $( '#leftselectlist' ).bind('change', function() { $('#rightselectlist') .children().remove().end() .append( $possibleOptsRight ).children() .not('.

[jQuery] Re: Selector Optimisation Question

2007-07-12 Thread Michael Geary
Yeah, as Klaus mentioned, it is a tiny bit faster if you leave out the 'img'. The real optimization you can do is to avoid using the same selector repeatedly. In a way, jQuery makes it too easy to write inefficient code: $('#foo').doSomething(); // ...later... $('#foo').doSomethingElse(

[jQuery] Re: Using AutoCompleter, how do you pass parameters

2007-07-12 Thread AtlantaGeek
Fixed that "object expected" error. It seems JQuery (or your autocompleter) was sensitive to the SCRIPT tag. Had to make it: instead of: