[jQuery] Re: Bug in slide up/down? Contents of target hide as well, but don't show also.

2007-09-17 Thread Andy Matthews
? Contents of target hide as well, but don't show also. just a hunch, but it sounds like IE CSS weirdness try adding zoom:1 to the div Andy Matthews-3 wrote: I'm using slide up/down on a div which contains a table. When I slide the div up it works just fine. When I slide it down

[jQuery] Re: jQuery UI praises and questions

2007-09-17 Thread Andy Matthews
I'd say that now that the UI is released, questions/comments can and should be posted to THIS list. -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of John Resig Sent: Monday, September 17, 2007 2:01 AM To: jquery-en@googlegroups.com Subject:

[jQuery] Best Practice? Sliding table rows up and down

2007-09-17 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/ inline: dealerskinslogo.bmp

[jQuery] Re: Best Practice? Sliding table rows up and down

2007-09-17 Thread Andy Matthews
wonder if you could animate the padding down to zero after the table cell animates height to zero, but before the display none kicks in? Glen On 9/17/07, Andy Matthews [EMAIL PROTECTED] wrote: I've been in this situation before and gone a different route, but this time I'd really like to use

[jQuery] Re: Bug in slide up/down? Contents of target hide as well, but don't show also.

2007-09-15 Thread Andy Matthews
this happen in more than one browser? - Richard On 9/14/07, Andy Matthews [EMAIL PROTECTED] wrote: I'm using slide up/down on a div which contains a table. When I slide the div up it works just fine. When I slide it down it works fine as well, until the animation is complete at which

[jQuery] Code Review: Table filtering...

2007-09-14 Thread Andy Matthews
at it and offer suggestions or critiques on what I could to to improve it. Any suggestions, no matter how small, will be appreciated. It's the only way I'm going to improve. Thanks in advance. Andy Matthews Senior ColdFusion Developer Office: 877.707.5467

[jQuery] Re: Workin Internet Explorer Example

2007-09-14 Thread Andy Matthews
www.co-opcookbook.com The search in the top right, or clicking any of the categories on the left. -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of 0xCAFE Sent: Friday, September 14, 2007 8:15 AM To: jQuery (English) Subject: [jQuery] Workin

[jQuery] Re: Workin Internet Explorer Example

2007-09-14 Thread Andy Matthews
Errrsearch in the top left. -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Andy Matthews Sent: Friday, September 14, 2007 8:55 AM To: jquery-en@googlegroups.com Subject: [jQuery] Re: Workin Internet Explorer Example www.co-opcookbook.com

[jQuery] Bug in slide up/down? Contents of target hide as well, but don't show also.

2007-09-14 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/ dealerskinslogo.bmp

[jQuery] Re: Code Review: Table filtering...

2007-09-14 Thread Andy Matthews
:[EMAIL PROTECTED] On Behalf Of Chris W. Parker Sent: Friday, September 14, 2007 11:49 AM To: jquery-en@googlegroups.com Subject: [jQuery] Re: Code Review: Table filtering... On Friday, September 14, 2007 9:25 AM Bil Corry said: Andy Matthews wrote on 9/14/2007 8:11 AM: Yesterday I asked

[jQuery] Re: Code Review: Table filtering...

2007-09-14 Thread Andy Matthews
. Maybe a better way would be to have a function to parse the table results and build some sort of data structure (array, JSON object, etc.) which you might be able to filter quicker. I'm not *sure* that it would be faster, but it's something to explore. /alex On 9/14/07, Andy Matthews [EMAIL PROTECTED

[jQuery] Re: Vibrator Plugin

2007-09-13 Thread Andy Matthews
You should make it so that it ends in the same place it starts. Keep the layout consistent. andy _ From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Glen Lipka Sent: Wednesday, September 12, 2007 5:45 PM To: jquery-en@googlegroups.com Subject: [jQuery] Vibrator

[jQuery] Re: Find a specific children in a jquery object

2007-09-13 Thread Andy Matthews
The simplest method would be to use the optional context parameter of the jQuery call. var $list = $('#li_id'); $('ul',$list); -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Giovanni Battista Lenoci Sent: Thursday, September 13, 2007 8:22

[jQuery] Re: is working with position:absolute a possible issue?

2007-09-13 Thread Andy Matthews
I think the question is that if you don't NEED to use javascript, why would you? You can position an element on the page using CSS just fine, without hacks. andy _ From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Alexandre Plennevaux Sent: Thursday, September

[jQuery] Autocomplete on the contents of a table: how to?

2007-09-13 Thread Andy Matthews
would search through a single column (with a class of 'leadName') and hide any TRs which don't have a match. I'm not looking for code (unless you're up for a challenge), but more for ideas on how to proceed with something like this. Thinking caps on! Andy

[jQuery] Re: animate hide

2007-09-13 Thread Andy Matthews
Chain the methods, like so: msg.css(background-color,#faa).animate({'backgroundColor':'#fff'}, 1000).hide(); Then jQuery will perform them in order. -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Stefan Kilp [sk-software] Sent: Thursday,

[jQuery] Re: animate hide

2007-09-13 Thread Andy Matthews
The callback was going to be my next suggestion. That's weird...the method I suggested should be working. What happens when you take off the hide() call? Does it fade out just fine? _ From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Joan Piedra Sent: Thursday,

[jQuery] Re: is working with position:absolute a possible issue?

2007-09-13 Thread Andy Matthews
. _ From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Andy Matthews Sent: jeudi 13 septembre 2007 18:05 To: jquery-en@googlegroups.com Subject: [jQuery] Re: is working with position:absolute a possible issue? I think the question is that if you don't NEED to use javascript, why

[jQuery] Re: Autocomplete on the contents of a table: how to?

2007-09-13 Thread Andy Matthews
Giovanni... That's exactly what I'd like to do! However, I decided to have a go at it and this is what I came up with: http://www.commadelimited.com/code/filter It does exactly what I need. I'm sure there's a better way of doing things (and I'd LOOVE to hear from you guys), but it works and I'm

[jQuery] Re: Animation bug in 1.2

2007-09-12 Thread Andy Matthews
I've had the same exact experience. I'm animating the top property of a div, up into the negative numbers. In 1.1.4 it works just fine, but with 1.2 it almost doubles the distance. _ From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Benjamin Sterling Sent: Tuesday,

[jQuery] Re: Animation bug in 1.2 (@Brian and @John)

2007-09-12 Thread Andy Matthews
John...ust to clarify. When you say absolute and relative this is what I think those mean...? Absolute = move to X. Relative = move X to new position. Is this correct? -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of John Resig Sent:

[jQuery] Need some help please - getting the name of the frame in which a page is currently loaded?

2007-09-12 Thread Andy Matthews
I have a site which uses a frameset. I need to use jQuery get the name of the frame in which a page is currently loaded. Andy Matthews Senior ColdFusion Developer Office: 877.707.5467 x747 Direct: 615.627.9747 Fax: 615.467.6249 [EMAIL PROTECTED

[jQuery] Re: Possible Animate Bug

2007-09-11 Thread Andy Matthews
I experienced something similar to this. I'm animating the top attribute of an element. Each click of a button should slide the object up (into negative numbers) by 220px. The first click works fine, but the second click seems to double that number and slides the element completely out of view.

[jQuery] Re: Does 1.2 now negate the need for liveQuery?

2007-09-11 Thread Andy Matthews
I think you have to call the live method, but I believe that it's built into the core now. -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Phillip B Oldham Sent: Tuesday, September 11, 2007 8:21 AM To: jQuery (English) Subject: [jQuery] Does

[jQuery] Re: Does 1.2 now negate the need for liveQuery?

2007-09-11 Thread Andy Matthews
for liveQuery? Nope, it's not - we decided to leave it out, give it time to grow and adapt. --John On 9/11/07, Andy Matthews [EMAIL PROTECTED] wrote: I think you have to call the live method, but I believe that it's built into the core now. -Original Message- From: jquery-en

[jQuery] tablesorter plugin not working...

2007-09-11 Thread Andy Matthews
Acevedo/td/tr trtd class=leadNameAdrian Adame/td/tr trtd class=leadNameEdgar Aguilar/td/tr trtd class=leadNameTerri Alexander/td/tr trtd class=leadNameJane Alford/td/tr /tbody /table Andy Matthews Senior ColdFusion

[jQuery] Re: tablesorter plugin not working...

2007-09-11 Thread Andy Matthews
think you need to use th tags in the header row, rather than td. Give that a try. -- Josh - Original Message - From: Andy Matthews mailto:[EMAIL PROTECTED] To: [jQuery] mailto:jquery-en@googlegroups.com Sent: Tuesday, September 11, 2007 12:27 PM Subject: [jQuery] tablesorter plugin

[jQuery] Re: tablesorter plugin not working...

2007-09-11 Thread Andy Matthews
, September 11, 2007 2:53 PM To: jquery-en@googlegroups.com Subject: [jQuery] Re: tablesorter plugin not working... Andy - I think you need to use th tags in the header row, rather than td. Give that a try. -- Josh - Original Message - From: Andy Matthews mailto:[EMAIL PROTECTED

[jQuery] Re: tablesorter plugin not working...

2007-09-11 Thread Andy Matthews
in the header row, rather than td. Give that a try. -- Josh - Original Message - From: Andy Matthews mailto:[EMAIL PROTECTED] To: [jQuery] mailto:jquery-en@googlegroups.com Sent: Tuesday, September 11, 2007 12:27 PM Subject: [jQuery] tablesorter plugin not working... I've tried

[jQuery] Re: Found a dodgy copy of your book

2007-09-10 Thread Andy Matthews
I made a comment on that post. -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Michael Stuhr Sent: Monday, September 10, 2007 8:17 AM To: jquery-en@googlegroups.com Subject: [jQuery] Re: Found a dodgy copy of your book Tane Piper schrieb:

[jQuery] Re: OT: No form submit without JavaScript?

2007-09-07 Thread Andy Matthews
Change your type=submit button to a type=button button and trigger the form submission via javascript. -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Pete Sent: Friday, September 07, 2007 1:52 AM To: jQuery (English) Subject: [jQuery] OT: No

[jQuery] Re: How to fade only the background?

2007-09-07 Thread Andy Matthews
Or you could animate the backgroundColor property. _ From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Erik Beeson Sent: Friday, September 07, 2007 12:20 AM To: jquery-en@googlegroups.com Subject: [jQuery] Re: How to fade only the background? Changing opacity

[jQuery] Re: jQuery functionalities

2007-09-07 Thread Andy Matthews
What is it that you think is missing? JSON is just a native javascript object...you just have to create the string yourself (or use a JSON plugin). AJAX couldn't get too much more robust, cookies has a plugin and I've never used Hash so I can't speak on that one. -Original Message-

[jQuery] Re: OT: No form submit without JavaScript?

2007-09-07 Thread Andy Matthews
Subject: [jQuery] Re: OT: No form submit without JavaScript? Andy Matthews wrote: Change your type=submit button to a type=button button and trigger the form submission via javascript. you can still always submit the form by hitting enter. --klaus

[jQuery] Re: My freelance site, a question about redundant code...

2007-09-07 Thread Andy Matthews
to work. Plus it already has the animation to do what you want. Some modification would be needed, I think. It might be nice to use some easing on the animation, actually. Klaus, what do you think? Glen On 9/7/07, Andy Matthews [EMAIL PROTECTED] wrote: I just relaunched my freelance website

[jQuery] Re: OT: No form submit without JavaScript?

2007-09-07 Thread Andy Matthews
: Friday, September 07, 2007 8:27 AM To: jquery-en@googlegroups.com Subject: [jQuery] Re: OT: No form submit without JavaScript? Andy Matthews wrote: Change your type=submit button to a type=button button and trigger the form submission via javascript. you can still always submit the form

[jQuery] My freelance site, a question about redundant code...

2007-09-07 Thread Andy Matthews
://www.commadelimited.com/includes/site.js . It's the block labeled // navigation trigger $('#navbar a').each(function() { Thanks in advance. I'm hoping I can learn more about higher level jQuery stuff by your feedback. Andy Matthews Senior ColdFusion Developer Office

[jQuery] Re: jQuery getElementsByName Equivalent ?

2007-09-07 Thread Andy Matthews
Ah...thank you for clarifying Klaus...so he wants all elements that have a name attribute. -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Klaus Hartl Sent: Friday, September 07, 2007 11:07 AM To: jquery-en@googlegroups.com Subject: [jQuery]

[jQuery] Re: jQuery getElementsByName Equivalent ?

2007-09-07 Thread Andy Matthews
Yes... $('a') Would return an array of all A tags on the page. $('div') Would return an array of all DIV tags on the page. andy -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of 0xCAFE Sent: Friday, September 07, 2007 9:08 AM To: jQuery

[jQuery] Re: How to fade only the background?

2007-09-07 Thread Andy Matthews
07, 2007 9:55 AM To: jquery-en@googlegroups.com Subject: [jQuery] Re: How to fade only the background? On Sep 7, 2007, at 9:20 AM, Andy Matthews wrote: Or you could animate the backgroundColor property. Yes, but you'll need the Interface plugin for that (at least iuitil.js and ifx.js, IIRC

[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,

[jQuery] Re: jQueryCamp '07 (Boston)

2007-09-06 Thread Andy Matthews
not free. --John On 9/6/07, Andy Matthews [EMAIL PROTECTED] wrote: 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

[jQuery] Re: show new image in gallery

2007-09-06 Thread Andy Matthews
There's actually a jQuery plugin for what you're doing...it's called jHeartbeat. It periodically pings the server to keep a connection alive, but I'm sure it could also perform other actions. -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of

[jQuery] Re: Image rollover plugin?

2007-09-06 Thread Andy Matthews
I just wrote something like that for a friend. It assumes that your images are named like so: test_off.jpg // the off state test_on.jpg // the hover state Just put a class of ro on any img tag and you're golden a href=somelink.htmlimg src=images/test_up.jpg alt=testing width=200 height=200

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

2007-09-05 Thread Andy Matthews
: 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 unexpected results using these three functions and I

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

2007-09-05 Thread Andy Matthews
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 I want, but I want full control over it. There's

[jQuery] Hover bug in Firefox?

2007-09-05 Thread Andy Matthews
something wrong? 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/ dealerskinslogo.bmp

[jQuery] Re: Hover bug in Firefox?

2007-09-05 Thread Andy Matthews
, 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('backgroundColor','6c6c6c'); }); Should result in the TR changing

[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

[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,

[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.

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

2007-09-04 Thread Andy Matthews
: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('nbsp;')) ~Sean On 9/4/07, Andy Matthews [EMAIL PROTECTED] wrote: Anyone have any

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

2007-09-04 Thread Andy Matthews
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 using a date range (start, end). What I need

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

2007-09-04 Thread Andy Matthews
response, but for now this is how you would code than line your pasted: $(label).not(:contains('nbsp;')) ~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
] 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 post with an image of what

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

2007-09-04 Thread Andy Matthews
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://www.sean-o.com Andy Matthews-3 wrote: I'm working on an app which allows

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

2007-09-04 Thread Andy Matthews
@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 hovers feel sluggish. Have you used

[jQuery] Bug in before, and after??

2007-09-04 Thread Andy Matthews
Submissions/h2div class=cap/div (you can see that jQuery finished my incomplete tag) Why is it doing this? I 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

[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] 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: Passing arguments to Hover and Toggle??

2007-09-01 Thread Andy Matthews
$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 second? Ideally I'd like to be able to pass in whatever

[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); ? On Sep 1, 9:41 am, Andy Matthews [EMAIL

[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: Hang on...now that I look at it, I think I understand #4

[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] Re: Looking for a calendar picker that allows for two instances on one page

2007-08-31 Thread Andy Matthews
-- 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:[EMAIL

[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

[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

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

2007-08-30 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/ dealerskinslogo.bmp

[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]

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

2007-08-30 Thread Andy Matthews
: 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 [EMAIL PROTECTED

[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

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

2007-08-30 Thread Andy Matthews
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 using a date range (start

[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] 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

[jQuery] Click event not working...

2007-08-28 Thread Andy Matthews
('.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: 877.707.5467 x747 Direct: 615.627.9747 Fax

[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

[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,

[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 user submits, it posts to my

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

2007-08-27 Thread Andy Matthews
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... Thanks for looking

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

2007-08-27 Thread Andy Matthews
(); 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').slideDown(); } }); Mike On 8/27/07, Andy Matthews [EMAIL PROTECTED

[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

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

2007-08-26 Thread Andy Matthews
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. --John On 8/25/07, Andy Matthews [EMAIL PROTECTED] wrote: I just

[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 element down, then getting it's

[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

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

2007-08-24 Thread Andy Matthews
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 helps! /Anders On 23 Aug, 23:37, Andy Matthews [EMAIL PROTECTED] wrote: I think

[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 planning

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

2007-08-24 Thread Andy Matthews
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 PROTECTED] www.dealerskins.com http

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

2007-08-24 Thread Andy Matthews
('!!!')[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 PROTECTED] On Behalf Of Andy Matthews Sent: Thursday, August 23, 2007 10:31 PM To: jQuery (English

[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: 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)

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

2007-08-24 Thread Andy Matthews
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 method is because I'll have multiple forms on any one page. So I need

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

2007-08-23 Thread Andy Matthews
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/ attbe9de.bmp

[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 PROTECTED

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

2007-08-23 Thread Andy Matthews
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? * Andy Matthews *Senior ColdFusion

[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

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

2007-08-23 Thread Andy Matthews
at it locally: http://www.commadelimited.com/browsertest/ http://www.commadelimited.com/browsertest/userInfoDetection.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

<    1   2   3   4   5   6   7   8   9   >