[jQuery] Re: CSS and DIV position

2007-08-10 Thread Andy Matthews
Take a look at the dimensions plugin. That will probably do everything you need/ -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Friday, August 10, 2007 11:04 AM To: jQuery (English) Subject: [jQuery] CSS and DIV position

[jQuery] Re: Using jQuery to parse a string

2007-08-10 Thread Andy Matthews
array was [1,2,3] and function foo(x) $.each would call: foo(1), foo(2), and foo(3) ~Sean On 8/10/07, Andy Matthews <[EMAIL PROTECTED]> wrote: So passing in x to the function actually passes in the WHOLE array of objects? Or just the current item? _ From: jquery-en@googlegroups.

[jQuery] Re: Am I missing something dumb?

2007-08-10 Thread Andy Matthews
Have any code you could show us? I'm betting you need to look into the "each" method of jQuery. andy -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of JJ Sent: Thursday, August 09, 2007 11:24 AM To: jQuery (English) Subject: [jQuery] Am I missin

[jQuery] Re: Why jQuery over Mootools

2007-08-13 Thread Andy Matthews
Actually, I believe that Moo Tools has been around for quite a bit longer than jQuery. It was one of the first effects libraries I looked at before I ever even heard of jQuery. -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Eridius Sent: Saturd

[jQuery] Re: Why jQuery over Mootools

2007-08-13 Thread Andy Matthews
over Mootools Well this is true and not true. Mootools is based on Moo.fx which might have been around much longer than jQuery but Mootools i believe was released a few months after jQuery. Mootools is largely based off or Moo.fx(and prototype/jQuery) Andy Matthews-4 wrote: > > &g

[jQuery] Re: Got Grid? Here's a large plugin effort.

2007-08-13 Thread Andy Matthews
Hmmm...I know it's not "right" but I actually like the DOM method. It looks sort of cool that they don't all go at the same time. _ From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Glen Lipka Sent: Monday, August 13, 2007 9:38 AM To: jquery-en@googlegroups.com Subje

[jQuery] Re: AjaxCFC and jQuery Suggest

2007-08-14 Thread Andy Matthews
I haven't seen that one, but the autosuggest by Dan Switzer is great. http://www.pengoworks.com/workshop/jquery/autocomplete.htm andy -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Duncan Sent: Monday, August 13, 2007 8:19 PM To: jquery-en@g

[jQuery] Re: fancy menu - tell me what you guys think

2007-08-14 Thread Andy Matthews
I LOVE this menu. My only comment is that there's a delay on mouseover in your version versus the mootols version. It's slight, but it makes the menu feel unresponsive or laggy. If you can fix that then it would be perfect. Freaking great job man! andy _ From: jquery-en@google

[jQuery] App similar to Google Homepages

2007-08-14 Thread Andy Matthews
sure of what all I would need. ____ Andy Matthews Senior ColdFusion Developer Office: 877.707.5467 x747 Direct: 615.627.9747 Fax: 615.467.6249 [EMAIL PROTECTED] www.dealerskins.com <http://www.dealerskins.com/> <>

[jQuery] Re: fancy menu - tell me what you guys think

2007-08-14 Thread Andy Matthews
It's better now that Ganeshji added in the interface plugin. Loads better now. In fact, I'd say that it's perfect. _ From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Brian Cherne Sent: Tuesday, August 14, 2007 2:28 PM To: jquery-en@googlegroups.com Subject: [jQuer

[jQuery] Re: App similar to Google Homepages

2007-08-14 Thread Andy Matthews
dated, but maybe kind of what you are looking for: http://sonspring.com/journal/jquery-portlets -- Felix -- My Blog: http://www.thinkingphp.org My Business: http://www.fg-webdesign.de Andy Matthews wrote: Hey all... I'm in the process of writing an app that will of

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

2007-08-15 Thread Andy Matthews
This one did. -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of barophobia Sent: Wednesday, August 15, 2007 12:36 AM To: jquery-en@googlegroups.com Subject: [jQuery] Do my emails make it to the list? I can see my emails in the Gmail interface bu

[jQuery] Charting with jQuery?

2007-08-15 Thread Andy Matthews
? Andy Matthews Senior ColdFusion Developer Office: 877.707.5467 x747 Direct: 615.627.9747 Fax: 615.467.6249 [EMAIL PROTECTED] www.dealerskins.com <http://www.dealerskins.com/> <>

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

2007-08-16 Thread Andy Matthews
Most of those plugins don't work in IE by the way. -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Rey Bango Sent: Wednesday, August 15, 2007 4:14 PM To: jquery-en@googlegroups.com Subject: [jQuery] Re: [ANNOUNCE] New jQuery Plugins Found Its

[jQuery] Re: [ANNOUNCE] tablesorter 2.0 released

2007-08-16 Thread Andy Matthews
Christian... This plugin works WONDERFULLY. It's quick, looks great (the demos do) and it will be a huge benefit to jQuery developers. I do have one critique though (and it's minor). On each demo page, I'd like to see a little more description of what's actually happening on the page. Basically

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

2007-08-16 Thread Andy Matthews
Plugins Found Did you email the authors to let them know? ;) Rey... Andy Matthews wrote: > Most of those plugins don't work in IE by the way. > > -Original Message- > From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] > On Behalf Of Rey Bango > Sen

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

2007-08-16 Thread Andy Matthews
authors to let them know? ;) hehehe. :D Rey... Andy Matthews wrote: > No...the ones in question had JS errors right off the bat on page load. > > -Original Message- > From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] > On Behalf Of Rey Bango > Sent: Thursday,

[jQuery] Re: ColdFusion

2007-08-16 Thread Andy Matthews
Andrea... Please post them. There's actually quite a few ColdFusion developers on this list and I'm sure that some of them could make use of your custom tag. -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Thursday, Augu

[jQuery] Re: jQuery negatives: dual/triple/quadruple special-case uses for both function calls and method names

2007-08-16 Thread Andy Matthews
John... To be fair...it's very easy to learn the basics of jQuery, but it's quite a lot of work and time to learn the really cool stuff. I've never used eq() or if() and those other because I simply don't understand what they do. I'm sure some of them could improve my code dramatically but I don'

[jQuery] Re: jQuery negatives: dual/triple/quadruple special-case uses for both function calls and method names

2007-08-16 Thread Andy Matthews
to duplicate functionality (or where a plugin would be hugely bloated, where the result in core would be quite simple, instead). That being said, I'm still advancing the library with some fun methods like .andSelf() whose uses won't become commonly apparent until far down the line. -

[jQuery] Re: jQuery negatives: dual/triple/quadruple special-case uses for both function calls and method names

2007-08-16 Thread Andy Matthews
-Karl _ Karl Swedberg www.englishrules.com www.learningjquery.com On Aug 16, 2007, at 3:02 PM, Andy Matthews wrote: John... I should have added on to my OP. Better examples are really what is needed, not changes to the language. Let me read through and see possible RW examples

[jQuery] Re: jQuery negatives: dual/triple/quadruple special-case uses for both function calls and method names

2007-08-16 Thread Andy Matthews
_code/traversing.html --Karl _ Karl Swedberg www.englishrules.com www.learningjquery.com On Aug 16, 2007, at 3:02 PM, Andy Matthews wrote: John... I should have added on to my OP. Better examples are really what is needed, not changes to the language. Let me read through and see pos

[jQuery] Re: [OT] A Good Cause: AIR (Accessibility Internet Rally)

2007-08-17 Thread Andy Matthews
You should consider a new acronym for your group. Adobe just release a piece of software called AIR (Adobe Integrated Runtime) and they're putting lots of marketing dollars towards it. _ From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Kenneth Sent: Thursday, August

[jQuery] Re: ColdFusion tag for Tabs

2007-08-17 Thread Andy Matthews
I got it. -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Klaus Hartl Sent: Friday, August 17, 2007 4:10 AM To: jquery-en@googlegroups.com Subject: [jQuery] Re: ColdFusion tag for Tabs Klaus Hartl wrote: > jQuerians and ColdFusionistas! > > A

[jQuery] Re: jQuery negatives: dual/triple/quadruple special-case uses for both function calls and method names

2007-08-17 Thread Andy Matthews
The only concern I have is that this could be yet another mysterious method that someone might not know what it does. Will it work just lke javascript's slice method? _ From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Benjamin Sterling Sent: Friday, August 17, 2007

[jQuery] Re: jQuery negatives: dual/triple/quadruple special-case uses for both function calls and method names

2007-08-17 Thread Andy Matthews
Then by all means...have at it. -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of John Resig Sent: Friday, August 17, 2007 10:56 AM To: jquery-en@googlegroups.com Subject: [jQuery] Re: jQuery negatives: dual/triple/quadruple special-case uses for

[jQuery] Re: Jquery can show Images from file:///C:?

2007-08-17 Thread Andy Matthews
That's not true at all. I've got a JS file that allows for live previews. The JS file is attached, and here's the code needed to trigger it: I can't say that it works on all computers, but I've never once had a client say that it didn't work. _ From: jquery-en@googlegroups

[jQuery] Best tooltip plugin

2007-08-17 Thread Andy Matthews
I'm probably going to be implementing a basic tooltip in my current project and I'd like to hear from the list which one might be the "best". IE: simplest to implement, but most importantly, the easiest to style. ____ Andy Matthews Senior

[jQuery] Re: Best tooltip plugin

2007-08-17 Thread Andy Matthews
iday, August 17, 2007 2:47 PM To: jquery-en@googlegroups.com Subject: [jQuery] Re: Best tooltip plugin Not sure what you mean by "move with the mouse". Do you have an example of it from another site? Rey Andy Matthews wrote: > I should have added in that I want the tooltip to be ab

[jQuery] Re: Best tooltip plugin

2007-08-17 Thread Andy Matthews
Andy Matthews wrote: > I'm probably going to be implementing a basic tooltip in my current > project and I'd like to hear from the list which one might be the > "best". IE: simplest to implement, but most importantly, the easiest to > style. > > * > _

[jQuery] Re: Jquery can show Images from file:///C:?

2007-08-17 Thread Andy Matthews
a mask the whole url in the input file. So this won't work in those browsers. Regards, On 8/17/07, Andy Matthews < <mailto:[EMAIL PROTECTED]> [EMAIL PROTECTED]> wrote: That's not true at all. I've got a JS file that allows for live previews. The JS file is attached,

[jQuery] Re: problem looping through table rows in IE

2007-08-17 Thread Andy Matthews
What are you expecting to happen and what's actually happening? Do you have a link that you could post? You've got to give some history as to what's going on before someone can help you out. -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Potlur

[jQuery] Re: New Plugin: Live Query (previously called Behavior)

2007-08-21 Thread Andy Matthews
What happens though if you want to REMOVE the binding from an object. Using this plugin, it would Rebind it right afterwards. -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Eridius Sent: Tuesday, August 21, 2007 11:30 AM To: jquery-en@googlegro

[jQuery] Bandwidth checking using javascript?

2007-08-22 Thread Andy Matthews
e one or know of one? ____ Andy Matthews Senior ColdFusion Developer Office: 877.707.5467 x747 Direct: 615.627.9747 Fax: 615.467.6249 [EMAIL PROTECTED] www.dealerskins.com <http://www.dealerskins.com/> <>

[jQuery] Re: Bandwidth checking using javascript?

2007-08-22 Thread Andy Matthews
BTW, I found one that seems to work: http://phaster.com/golden_hill_free_web/ghfw_connection_speed.shtml _ From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Andy Matthews Sent: Wednesday, August 22, 2007 12:27 PM To: jquery-en@googlegroups.com Subject: [jQuery

[jQuery] Place value of "navigator.cookieEnabled" into an object. Why won't this work?!?!?

2007-08-23 Thread Andy Matthews
r more reliable way to check if the browser has cookiesEnabled? ____ Andy Matthews Senior ColdFusion Developer Office: 877.707.5467 x747 Direct: 615.627.9747 Fax: 615.467.6249 [EMAIL PROTECTED] www.dealerskins.com <http://www.dealerskins.com/> <>

[jQuery] Use jQuery to get the Flash version?

2007-08-23 Thread Andy Matthews
Is there something built into jQuery (or a plugin hanging around) which can give me the Flash version on the user's browser? ____ Andy Matthews Senior ColdFusion Developer Office: 877.707.5467 x747 Direct: 615.627.9747 Fax: 615.467.6249 [EMAIL PROT

[jQuery] Re: Use jQuery to get the Flash version?

2007-08-23 Thread Andy Matthews
h may help alot of people. Maybe an extention to jwbrowser is all thats needed ? Andy Matthews wrote: > Is there something built into jQuery (or a plugin hanging around) > which can give me the Flash version on the user's browser? > > * > ____

[jQuery] Re: [ANNOUNCE] LavaLamp for jQuery lovers released!

2007-08-23 Thread Andy Matthews
Vertical orientation would be the next logical thing. Version 2.0 coming soon! _ From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Glen Lipka Sent: Thursday, August 23, 2007 11:35 AM To: jquery-en@googlegroups.com Subject: [jQuery] Re: [ANNOUNCE] LavaLamp for jQuery

[jQuery] Re: how to get the height of a div?

2007-08-23 Thread Andy Matthews
You'd want to use the .css method: $('#divElem').css('height') ; Or you could try out the dimensions plugin. That works much better. -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of tester Sent: Thursday, August 23, 2007 11:50 AM To: jQuery (Eng

[jQuery] User Environment Detection Suite. At 90% and need some help with the rest of the way

2007-08-23 Thread Andy Matthews
on.zip The server side stuff is written in ColdFusion, but it's only basic code. Could be easily altered for PHP, ASP, or Ruby I suppose. Andy Matthews Senior ColdFusion Developer Office: 877.707.5467 x747 Direct: 615.627.9747 Fax: 615.467.6249 [EMAIL PROTECTED] www.dealerskins.com <http://www.dealerskins.com/> <>

[jQuery] Re: OT: building a CSS-only nav system

2007-08-23 Thread Andy Matthews
Phew...that girl is beautiful. I've got something like that on my photo slideshow. That sort of nav has been around for a while. I think it came out with Lightbox. -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Stephan Beal Sent: Thursday, Aug

[jQuery] Re: [ANNOUNCE] LavaLamp for jQuery lovers released!

2007-08-23 Thread Andy Matthews
I'd err on the side of not including a 10k plugin just for one method in that plugin. _ From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Ganeshji Marwaha Sent: Thursday, August 23, 2007 3:01 PM To: jquery-en@googlegroups.com Subject: [jQuery] Re: [ANNOUNCE] LavaLam

[jQuery] Asynch problems with code. WAS: User Environment Detection Suite.

2007-08-23 Thread Andy Matthews
ed? Here's the link again: <http://www.commadelimited.com/browsertest/> http://www.commadelimited.com/browsertest/ thanks in advance. _ From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Andy Matthews Sent: Thursday, August 23, 2007 2:40 PM To: [jQuery

[jQuery] Re: $(this) after using ajaxForm from the Form plugin?

2007-08-23 Thread Andy Matthews
After reviewing further, it appears that $(this) in the context of my ajaxForm call is jQuery itself. On Aug 23, 10:30 pm, Andy Matthews <[EMAIL PROTECTED]> wrote: > I'm planning on using the Form plugin for an AJAX submission, where > when the callback function is fired, it

[jQuery] $(this) after using ajaxForm from the Form plugin?

2007-08-23 Thread Andy Matthews
I'm planning on using the Form plugin for an AJAX submission, where when the callback function is fired, it adds the returned data just before my the content form. Fairly standard right? Here's my HTML code: Comments (3) I know...he's so

[jQuery] Re: Asynch problems with code. WAS: User Environment Detection Suite.

2007-08-24 Thread Andy Matthews
llback for the request. In jQuery, I would do like this: var startTime = ( new Date() ).getTime(); $.get("url_to_exact_size_file.html", function(){ alert("Callback says the request took " + ( ( new Date() ).getTime() - startTime ) + " milliseconds" ); }); Hope that

[jQuery] Re: $(this) after using ajaxForm from the Form plugin?

2007-08-24 Thread Andy Matthews
Anyone have any comments on this? -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Andy Matthews Sent: Thursday, August 23, 2007 10:31 PM To: jQuery (English) Subject: [jQuery] $(this) after using ajaxForm from the Form plugin? I'm planni

[jQuery] IE 7 not running callback from .get()

2007-08-24 Thread Andy Matthews
t of the code from outside the callback function, into the callback function. Why would that cause it to stop working? ____ Andy Matthews Senior ColdFusion Developer Office: 877.707.5467 x747 Direct: 615.627.9747 Fax: 615.467.6249 [EMAIL PROTEC

[jQuery] Re: $(this) after using ajaxForm from the Form plugin?

2007-08-24 Thread Andy Matthews
, $form) { $('.commentForm form').before(data.split('!!!')[1]); }); Mike On 8/24/07, Andy Matthews <[EMAIL PROTECTED]> wrote: > > Anyone have any comments on this? > > -Original Message----- > From: jquery-en@googlegroups.com [mailto:[EMAIL

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

2007-08-24 Thread Andy Matthews
He might have misread the slice() function? -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of John Resig Sent: Friday, August 24, 2007 10:24 AM To: jquery-en@googlegroups.com Subject: [jQuery] Re: jQuery 1.1.4: Faster, More Tests, Ready for 1.2

[jQuery] Re: [ANNOUNCEMENT] jqGalView (yet another image gallery)

2007-08-24 Thread Andy Matthews
It's not too bad actually. I don't really like the scrolling though. You're already offering a "full size" option, I'd say that the medium sized image should be at a set size and not allow you to scroll around in it. That's of course a personal opinion. _ From: jquery-en@googlegroups.com

[jQuery] Re: IE 7 not running callback from .get()

2007-08-24 Thread Andy Matthews
Anyone have any ideas on this issue? My code isnt' going to be worth anything if it doesn't work in IE. _ From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Andy Matthews Sent: Friday, August 24, 2007 9:08 AM To: [jQuery] Subject: [jQuery] IE 7 not runnin

[jQuery] Re: jqGalView (yet another image gallery)

2007-08-24 Thread Andy Matthews
I found that the 1/2 only work when you're in thumbnail mode. Those need to go away when you're viewing the larger size. -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Stephan Beal Sent: Friday, August 24, 2007 2:04 PM To: jQuery (English) Subj

[jQuery] Re: $(this) after using ajaxForm from the Form plugin?

2007-08-24 Thread Andy Matthews
a post on it and you can review my work. :) Thanks for the offer of assistance. On Aug 24, 9:34 am, "Andy Matthews" <[EMAIL PROTECTED]> wrote: > Mike... > > Thanks for your response. I'll give that first one a try. The only reason I > can't use the second met

[jQuery] Possible bug in slideDown()?

2007-08-25 Thread Andy Matthews
I just added comments to my blog: http://www.andyandjaime.com/ When the user submits, it posts to my processing page and sends back a string, which I then display inline. I put the comment there, then use slideDown() to show it. When slideDown() occurs, the form used to post the comment also sli

[jQuery] Re: Possible bug in slideDown()?

2007-08-26 Thread Andy Matthews
e any ideas, then there's probably not an answer. On Aug 25, 10:35 pm, "John Resig" <[EMAIL PROTECTED]> wrote: > When worse comes to worse, apply a fixed width to the element that > you're sliding down - sometimes that can fix sticky issues like this. > >

[jQuery] Re: Possible bug in slideDown()?

2007-08-26 Thread Andy Matthews
That should have read that it would be variable height, not width. On Aug 26, 8:33 am, Andy Matthews <[EMAIL PROTECTED]> wrote: > I thought of that, but I can't do that either. It'll be variable width > due to the blog post. What I might end up doing is slideing that > e

[jQuery] Re: OT CSS skins

2007-08-27 Thread Andy Matthews
Very nice. Wish he would have put some preload code in there so that you didn't get the odd flicker the first time you mouse over the menu. Other than that, it looks beautiful. _ From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Alexandre Plennevaux Sent: Monday, Aug

[jQuery] Re: $(this) after using ajaxForm from the Form plugin?

2007-08-27 Thread Andy Matthews
Weird... Thanks for looking at it further Mike. I suspect that there's something else going on. I wonder if some of the rest of the code on the site is interfering somehow. I tried almost exactly the same code and it didn't work. It's no biggie though...I got it working now, albeit with an extra

[jQuery] Re: Possible bug in slideDown()?

2007-08-27 Thread Andy Matthews
bug in slideDown()? I don't have any help here, just wanted to say that is a really nice website you've got there. On 8/25/07, Andy Matthews < <mailto:[EMAIL PROTECTED]> [EMAIL PROTECTED]> wrote: I just added comments to my blog: http://www.andyandjaime.com/ When the

[jQuery] Re: $(this) after using ajaxForm from the Form plugin?

2007-08-27 Thread Andy Matthews
m the Form plugin? Yeah, that is weird. Just to make sure I wasn't crazy I updated andy.html and added several forms to the page. It's still working as expected. Anyway, glad you found a work-around. Mike On 8/27/07, Andy Matthews <[EMAIL PROTECTED]> wrote: > > Weird... &

[jQuery] Re: $(this) after using ajaxForm from the Form plugin?

2007-08-27 Thread Andy Matthews
IL PROTECTED]').fieldValue(); if (!vals[0] || !vals[1]) { alert('Both name and comment are required'); return false; } }, success: function(data, status, $form) { $form.parent().before(data).prev('.singleComment')

[jQuery] Re: A Quick Thank You to the jQuery UI team

2007-08-27 Thread Andy Matthews
Ooooh.. That's right around the corner. Can't wait to take a look at it. Do you guys have a slick demo presentation suite for these things? Remember that people are going to compare the existing mootools demo suite (and yes, I know that their's is for effects). But "ours" needs to look JUST as ta

[jQuery] Re: A Quick Thank You to the jQuery UI team

2007-08-28 Thread Andy Matthews
Whose morale? -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Erik Beeson Sent: Monday, August 27, 2007 6:47 PM To: jquery-en@googlegroups.com Subject: [jQuery] Re: A Quick Thank You to the jQuery UI team Floggings will continue until morale i

[jQuery] Re: [UPDATE] jqGalView (yet another image gallery)

2007-08-28 Thread Andy Matthews
Just an FYI, the large view never loads in IE7. I get a JS error as soon as I click on any image. Line 157 Char 4 Invalid argument. Also, you have the message which slides down reading "open" and while it doesn't go away when you mouse over it, you also can't click on it to trigger the large siz

[jQuery] Click event not working...

2007-08-28 Thread Andy Matthews
$(this).parents('.openComments').next('.comments').slideDown().parent('.comm entShell').ScrollTo(800); return false; }); it works just fine in FF, but not in IE. ____ Andy Matthews Senior ColdFusion Developer Office:

[jQuery] Re: How do you test if an object exists?

2007-08-28 Thread Andy Matthews
if (video_ajax_timer_id != '' || video_ajax_timer_id != undefined) -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Frank Peterson Sent: Tuesday, August 28, 2007 1:05 PM To: jQuery (English) Subject: [jQuery] Re: How do you test if an object exis

[jQuery] Re: AJAX and Http Response Codes

2007-08-29 Thread Andy Matthews
I believe that the .ajax method returns the raw status code. Check: http://jquery.com/api/ andy -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of oravecz Sent: Tuesday, August 28, 2007 9:31 PM To: jQuery (English) Subject: [jQuery] AJAX and Http

[jQuery] What the heck??? Click event intermittently...

2007-08-30 Thread Andy Matthews
Comments :4: - View comments (I know the link is bogus, but I'm just testing). Here's the jQuery code: $('.openComments a').click(function(){ $(this).parents('.openComments').next('.comments').slideDown().parent('.comm entShell').ScrollTo(800);

[jQuery] Re: What the heck??? Click event intermittently...

2007-08-30 Thread Andy Matthews
: What the heck??? Click event intermittently... Worked on every comment link I clicked on the homepage. Rick From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Andy Matthews Sent: Thursday, August 30, 2007 10:48 AM To: [jQuery] Subject: [jQuery] What the heck

[jQuery] Re: Binding a Click Event to Anchor Tag

2007-08-30 Thread Andy Matthews
I'm not having the exact same issue, but I am having inconsistencies with the click method. -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Giant Jam Sandwich Sent: Thursday, August 30, 2007 1:42 PM To: jQuery (English) Subject: [jQuery] Binding

[jQuery] Looking for a calendar picker that allows for two instances on one page

2007-08-30 Thread Andy Matthews
jCalendar: http://tedserbinski.com/jcalendar/index.html which looks really great. But does anyone know if there's a better one? ____ Andy Matthews Senior ColdFusion Developer Office: 877.707.5467 x747 Direct: 615.627.9747 Fax: 615.467.6249 [

[jQuery] Re: Apple dashboard-style animation in jquery?

2007-08-30 Thread Andy Matthews
It's probably triggered via Javascript. But I'll bet that the animation uses Quartz. -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of rolfsf Sent: Thursday, August 30, 2007 4:37 PM To: jquery-en@googlegroups.com Subject: [jQuery] Re: Apple dashbo

[jQuery] Re: Looking for a calendar picker that allows for two instances on one page

2007-08-30 Thread Andy Matthews
e are some cool things being done with time and date pickers that work nicely if you need time. [1] http://kelvinluck.com/assets/jquery/datePicker /alex On 8/30/07, Andy Matthews <[EMAIL PROTECTED]> wrote: I'm working on an app which allows users to search against data in our db usin

[jQuery] Re: Looking for a calendar picker that allows for two instances on one page

2007-08-31 Thread Andy Matthews
.html -- Felix -- My Blog: http://www.thinkingphp.org My Business: http://www.fg-webdesign.de Andy Matthews wrote: I saw that, but I want to actually display the calendar itself, not just on popup, but fully displayed. _ From: jquery-en@googlegroups.com [mailto:[

[jQuery] Re: SITE: Kohls.com

2007-08-31 Thread Andy Matthews
Doh...JSP execution failed on the homepage. -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Quin Hoxie Sent: Friday, August 31, 2007 1:53 AM To: jQuery (English) Subject: [jQuery] SITE: Kohls.com Just saw that kohls was using jquery on their s

[jQuery] Passing arguments to Hover and Toggle??

2007-08-31 Thread Andy Matthews
Is there a way to pass arguments from one anonymous function, (in either Toggle, or Hover) to the second? Ideally I'd like to be able to pass in whatever variables I choose, but I'd settle for being able to pass in $(this), the item that triggered the event. Here's the code: // I have a set of l

[jQuery] Re: Passing arguments to Hover and Toggle??

2007-09-01 Thread Andy Matthews
var $this = $(this), size = $this.attr('href'), toggle = $('.' + size); On Sep 1, 4:43 am, Klaus Hartl <[EMAIL PROTECTED]> wrote: > Andy Matthews wrote: > > Is there a way to pass arguments from one anonymous function, (in > > either Toggle, or Hover) to the

[jQuery] Re: Passing arguments to Hover and Toggle??

2007-09-01 Thread Andy Matthews
Hang on...now that I look at it, I think I understand #4. Is this line: var $this = $(this), size = $this.attr('href'), toggle = $('.' + size); the same as these lines: var $this = $(this) var size = $this.attr('href') var toggle = $('.' + size); ?

[jQuery] Re: Passing arguments to Hover and Toggle??

2007-09-01 Thread Andy Matthews
Thanks for the confirm Richard...and I assume that all 3 of those would be var'd because they're on the same line? On Sep 1, 10:32 am, "Richard D. Worth" <[EMAIL PROTECTED]> wrote: > On 9/1/07, Andy Matthews <[EMAIL PROTECTED]> wrote: > > > &g

[jQuery] Re: Passing arguments to Hover and Toggle??

2007-09-01 Thread Andy Matthews
Beautiful Mike...that's exactly what I was wanting to know. Thanks a lot! On Sep 1, 11:20 am, "Michael Geary" <[EMAIL PROTECTED]> wrote: > > > > Is there a way to pass arguments from one anonymous function, (in > > > > either Toggle, or Hover) to the second? > > > Closures are your friend: > > >

[jQuery] Request: Quick tutorial on jQuery filtering/limiting methods

2007-09-03 Thread Andy Matthews
I've seen some o fyou jQuery masters bust out with these amazing chains, but I can't quite grasp how some of them are crafted. I've looked through the methods and found a few that I think should work in a specific instance, but then they don't. So what I'm wondering is if anyone has already taken

[jQuery] Re: Request: Quick tutorial on jQuery filtering/limiting methods

2007-09-04 Thread Andy Matthews
Anyone have any input on this? Surely someone has written a tute on these semi-confusing methods. -- I've seen some of you jQuery masters bust out with these amazing chains, but I can't quite grasp how some of them are crafted. I

[jQuery] Re: Request: Quick tutorial on jQuery filtering/limiting methods

2007-09-04 Thread Andy Matthews
n. On Sep 4, 8:36 am, "Sean Catchpole" <[EMAIL PROTECTED]> wrote: > I'll try to pull out the time later to write a more thorough response, but > for now this is how you would code than line your pasted: > > $("label").not(":contains(' &

[jQuery] Re: Looking for a calendar picker that allows for two instances on one page

2007-09-04 Thread Andy Matthews
ndantly of each other. Then, when the user has selected both first and last dates, it fires an event. Will Kelvin's do this? On Aug 30, 4:29 pm, "Andy Matthews" <[EMAIL PROTECTED]> wrote: > I'm working on an app which allows users to search against data in our db > u

[jQuery] Re: Request: Quick tutorial on jQuery filtering/limiting methods

2007-09-04 Thread Andy Matthews
his is how you would code than line your pasted: $("label").not(":contains(' ')") ~Sean On 9/4/07, Andy Matthews <[EMAIL PROTECTED]> wrote: Anyone have any input on this? Surely someone has written a tute on these semi-confusing methods.

[jQuery] Re: Looking for a calendar picker that allows for two instances on one page

2007-09-04 Thread Andy Matthews
/NIEHS) [C] Sent: Tuesday, September 04, 2007 9:13 AM To: jquery-en@googlegroups.com Subject: [jQuery] Re: Looking for a calendar picker that allows for two instances on one page > -Original Message- > From: Andy Matthews [mailto:[EMAIL PROTECTED] > > I'm updating this po

[jQuery] Re: Looking for a calendar picker that allows for two instances on one page

2007-09-04 Thread Andy Matthews
http://www.nsftools.com/tips/DatePickerTest.htm I love this control, and I've tried many, searching for the "right" one. It's multi-instance (5 on some of my forms), fast, quite configurable, styled by CSS, works well in IE & FF etc. etc. Good Luck, SEAN O http://

[jQuery] Re: Looking for a calendar picker that allows for two instances on one page

2007-09-04 Thread Andy Matthews
ry-en@googlegroups.com Subject: [jQuery] Re: Looking for a calendar picker that allows for two instances on one page > -Original Message- > From: Andy Matthews [mailto:[EMAIL PROTECTED] > That's almost exactly what I'm looking for. Seems to drag a little bit > though...the hov

[jQuery] Re: Request: Quick tutorial on jQuery filtering/limiting methods

2007-09-04 Thread Andy Matthews
f a certain name per page. -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Pops Sent: Tuesday, September 04, 2007 1:43 PM To: jQuery (English) Subject: [jQuery] Re: Request: Quick tutorial on jQuery filtering/limiting methods On Sep 4, 10:1

[jQuery] Bug in before, and after??

2007-09-04 Thread Andy Matthews
know it's trying to keep "valid" code, but my code IS valid...just not with that snippet. Anyone have any comments on this? Andy Matthews Senior ColdFusion Developer Office: 877.707.5467 x747 Direct: 615.627.9747 Fax: 615.467.6249 [EMAIL PROTECTED] www.dealerskins.com <http://www.dealerskins.com/> <>

[jQuery] Slide UP plugin?

2007-09-04 Thread Andy Matthews
I have some content that will be pinned to the bottom of the page. When a button inside this container is clicked, I'd like to container to expand vertically upwards. Is there such a plugin? If not, does anyone have a quick suggestion of how I might got about doing something like this?

[jQuery] Re: Bug in before, and after??

2007-09-05 Thread Andy Matthews
ding. andy -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Klaus Hartl Sent: Tuesday, September 04, 2007 4:52 PM To: jquery-en@googlegroups.com Subject: [jQuery] Re: Bug in before, and after?? Andy Matthews wrote: > I'm getting some

[jQuery] Re: Bug in before, and after??

2007-09-05 Thread Andy Matthews
s.com Subject: [jQuery] Re: Bug in before, and after?? Andy Matthews wrote: > Klaus... > > The docs don't seem to indicate that it will insert something AND > close a tag at the same time. It just says "Inserts some HTML before > all paragraphs". That's what

[jQuery] Hover bug in Firefox?

2007-09-05 Thread Andy Matthews
I've found some unexpected behaviour using hover in Firefox. This html: Andy Matthews Web Developer and this jQuery code: $('tr').hover(function(){ $(this).css('backgroundColor','797979'); },function(){ $(this).css('backgroundColor&

[jQuery] Re: Hover bug in Firefox?

2007-09-05 Thread Andy Matthews
On 9/6/07, Andy Matthews <[EMAIL PROTECTED]> wrote: I've found some unexpected behaviour using hover in Firefox. and this jQuery code: $('tr').hover(function(){ $(this).css('backgroundColor','797979'); },function(){ $(this).css('backgroundCo

[jQuery] Re: New plugin found - FastFind Menu

2007-09-05 Thread Andy Matthews
Very nice. Actually looks similar to the iPhone style shopping list that's been floating around. _ From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jeferson Koslowski Sent: Wednesday, September 05, 2007 1:15 PM To: jquery-en@googlegroups.com Subject: [jQuery] New pl

[jQuery] Re: New plugin - Lazy Load

2007-09-05 Thread Andy Matthews
Just FYI, in IE7 none of the images ever loaded, no matter how far I scrolled down. It wasn't until I clicked on each image that they loaded correctly. -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mika Tuupola Sent: Wednesday, September 05, 20

[jQuery] Re: jQueryCamp '07 (Boston)

2007-09-06 Thread Andy Matthews
Is there a cost for the conference itself? Obviously there'd be a cost associated with travel and lodging, but I'm specifically referring to the conf itself. andy -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of John Resig Sent: Thursday, Septem

<    1   2   3   4   5   6   7   8   9   10   >