RE: [jQuery] Re: how to make this really beautifull pattern

2010-02-10 Thread Rick Faircloth
I would start by having a look at the functionality of this plug-in: http://malsup.com/jquery/cycle/ Hope this helps... Rick -Original Message- From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On Behalf Of hno Sent: Wednesday, February 10, 2010 9:46 AM To: jQuery

RE: [jQuery] New Forums

2010-01-22 Thread Rick Faircloth
But isn't it possible to have our cake and eat it, too in this situation? I'm a member of the CF-Talk (ColdFusion) group and we use both a mailing list and an online system. (I'm hesitant to call the online system a forum because it may not fit the accepted definition of a forum).

RE: [jQuery] Live function syntax

2010-01-20 Thread Rick Faircloth
How about making a variable out of $(#tag).val() and using that for the css variable? $('#family').click(function() { value = $(this).val(); $('#tag').css('font-family', value); }); -Original Message- From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On

RE: [jQuery] new forums used?

2010-01-18 Thread Rick Faircloth
Hi, David... What do you find more appealing about forums than an email list? Rick -Original Message- From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On Behalf Of speedpac...@gmail.com Sent: Monday, January 18, 2010 9:50 AM To: jQuery (English) Subject: [jQuery] new

RE: [jQuery] new forums used?

2010-01-18 Thread Rick Faircloth
+ 1 Why not have both? (beside possible spammers)... I use the CF-Talk list constantly and it's email- and forum-based. Messages go to both email and the forum. Does the forum have subscribe to this thread capability? What the URL for the forum, anyway? Rick -Original Message- From:

RE: [jQuery] new forums used?

2010-01-18 Thread Rick Faircloth
it is easier to use a spammed mailing list than a forum. Yes... I would gladly put up with some spam to keep all messages flowing to my inbox, rather than having to use a forum. I can filter the spam as it arrives... -Original Message- From: jquery-en@googlegroups.com

RE: [jQuery] Re: Real time AJAX

2010-01-17 Thread Rick Faircloth
You have to remove yourself by logging into Google groups. And why don't we include instructions at the bottom of every page on how to remove oneself from the mailing list? There are sufficient questions on how to do this from users that it would seem to warranted. Rick From:

RE: [jQuery] Selecting instances separately

2010-01-16 Thread Rick Faircloth
I tried your code wrapped in $('document').ready(function() { ... }); and it worked fine... Rick -Original Message- From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On Behalf Of Alexander Sent: Saturday, January 16, 2010 5:42 AM To: jquery-en@googlegroups.com

RE: [jQuery] New forum completely inaccessible

2010-01-16 Thread Rick Faircloth
I would vote for using both the email list and forums. I would definitely not use the forum often since it requires opening a browser and going to site, getting to the forum, logging in, etc., etc too much trouble. Rick -Original Message- From: jquery-en@googlegroups.com

[jQuery] Why isn't this working as it does the other 1000 times...

2010-01-05 Thread Rick Faircloth
I've been using this over and over on other sites, now this isn't working: I've got this element: div class=windowOverlay/div With this CSS: .windowOverlay { height:100%; position:fixed; overflow:auto; top:0; left:0; background-color:#000;

RE: [jQuery] Why isn't this working as it does the other 1000 times...

2010-01-05 Thread Rick Faircloth
Nevermind.had an included js file that referenced and overlay div and crossed things up.doh! From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On Behalf Of Rick Faircloth Sent: Tuesday, January 05, 2010 8:43 PM To: jquery-en@googlegroups.com Subject: [jQuery] Why isn't

RE: [jQuery] Re: Looking for that plugin that uses scrollTo for product demos...

2010-01-04 Thread Rick Faircloth
Whoa! $299 for the Pro version! Unreal! Perhaps the last 9 is a typo, and the price is a more realistic $29. From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On Behalf Of Jack Killpatrick Sent: Monday, January 04, 2010 7:16 PM To: jquery-en@googlegroups.com Subject:

RE: [jQuery] css editor with jquery

2010-01-02 Thread Rick Faircloth
Very interesting work, Alfredo! Rick -Original Message- From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On Behalf Of orazio.nelson Sent: Saturday, January 02, 2010 9:26 AM To: jQuery (English) Subject: [jQuery] css editor with jquery Hello, i made a proof of concept

RE: [jQuery] Toggle link Needs to Be UNDERNEATH!!!

2009-12-30 Thread Rick Faircloth
What happens if you move your jquery source link to the top and leave your toggle code in the bottom? Rick -Original Message- From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On Behalf Of Erik Sent: Wednesday, December 30, 2009 7:54 AM To: jQuery (English) Subject:

RE: [jQuery] Re: Toggle link Needs to Be UNDERNEATH!!!

2009-12-30 Thread Rick Faircloth
I took the code below and put it into my editor to format it so I could read more easily. Check your div openings and closings and make sure they match correctly. You've got some problems there that may be throwing off the functionality. Notice where you've got your CONTENT, CONTENT, etc...

RE: [jQuery] Re: Toggle link Needs to Be UNDERNEATH!!!

2009-12-30 Thread Rick Faircloth
Perhaps it's a simple as an extra space in your jquery src link: script src=/src/js/jquery/core/jquery-1.3.2.min.js type=text/ javascript/script Note the extra space above in type=text/ javascript ... When I tried to run your code, I get a $(document).ready(function() { undefined error until I

RE: [jQuery] Re: Toggle link Needs to Be UNDERNEATH!!!

2009-12-30 Thread Rick Faircloth
Did you get my last email about the extra space ? -Original Message- From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On Behalf Of Erik Sent: Wednesday, December 30, 2009 10:44 AM To: jQuery (English) Subject: [jQuery] Re: Toggle link Needs to Be UNDERNEATH!!! Not

RE: [jQuery] Re: Toggle link Needs to Be UNDERNEATH!!!

2009-12-30 Thread Rick Faircloth
link Needs to Be UNDERNEATH!!! Rick, If you wanted to have independent DIV'S that toggle, how would you do it? Erik On Dec 30, 10:36 am, Rick Faircloth r...@whitestonemedia.com wrote: Perhaps it's a simple as an extra space in your jquery src link: script src=/src/js/jquery/core/jquery

RE: [jQuery] jQuery in Action = $15 off today (12/28)

2009-12-28 Thread Rick Faircloth
Thanks for the tip, Z... Rick -Original Message- From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On Behalf Of MorningZ Sent: Monday, December 28, 2009 9:38 AM To: jQuery (English) Subject: [jQuery] jQuery in Action = $15 off today (12/28) Just a heads up to people

RE: [jQuery] jQuery in Action = $15 off today (12/28)

2009-12-28 Thread Rick Faircloth
I'm not sure what you mean, Jan... We can order the *new* second edition now, which is not available yet, and get chapters in PDF as they're completed...is that part correct? The part I don't understand is then the brand-new one in late March or April. By the brand-new one, do you mean the

RE: [jQuery] [ask]problem with ajax

2009-12-25 Thread Rick Faircloth
Check out the .live() function in jQuery for enabling ajax-added links to your HTML. hth, Rick From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On Behalf Of PUTRA PRIMA Sent: Friday, December 25, 2009 1:01 AM To: jquery-en@googlegroups.com Subject: [jQuery]

RE: [jQuery] Feliz Navidad

2009-12-24 Thread Rick Faircloth
And to you! :o) From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On Behalf Of webmaster-uajms Sent: Thursday, December 24, 2009 10:46 PM To: /Intoxicado-coder:~$; albert.a...@gmail.com; Derek Henninger; etorre...@uajms.edu.bo; j...@xasamail.com; jm.neut...@filzmail.com;

RE: [jQuery] How to get these two slide show to alternate?????

2009-12-23 Thread Rick Faircloth
to help you: why don't you try to use for both slideshows a delay of 3000ms but a timeout of 3 secs in the first and 6 secs in the other one. This make the right magic for you? 2009/12/23 Rick Faircloth r...@whitestonemedia.com Ok…I’ve been banging my head and Google long enough… I’ve got two

RE: [jQuery] Re: how to access elements with index in for-loop

2009-12-23 Thread Rick Faircloth
Ø this is a pretty stupid way to loop through a jQuery object Is it necessary to be insulting to be helpful, Eric? What was your code like when you first began to write JS or jQuery? Always perfect and mature, I’m sure… Rick From: jquery-en@googlegroups.com

[jQuery] How to get these two slide show to alternate?????

2009-12-22 Thread Rick Faircloth
Ok.I've been banging my head and Google long enough. I've got two cycle plug-ins running, trying to get them to display the first image (working), wait 3 seconds (slideshow1), change slideshow1 image, wait 3 seconds, change slideshow2 image, wait 3 seconds change slideshow1 image, etc.

RE: [jQuery] Best Service

2009-12-11 Thread Rick Faircloth
You' think Mr. globosoft would at least attempt to mask the attempt to market deceitfully by not sending his message using the company name as his name, as well as sending the message from a non-globosoft web address (skhalid.gst). So much for subtlety... (and command of the subtleties of

RE: [jQuery] Re: AND OR Expression

2009-12-10 Thread Rick Faircloth
Expecting it to? Demeaning attitude...real helpful...just make people feel stupid when they request help. Great community building skills, Z... Rick -Original Message- From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On Behalf Of MorningZ Sent: Thursday, December

RE: [jQuery] Re: AND OR Expression

2009-12-10 Thread Rick Faircloth
[mailto:jquery...@googlegroups.com] On Behalf Of MorningZ Sent: Thursday, December 10, 2009 7:20 PM To: jQuery (English) Subject: [jQuery] Re: AND OR Expression On Dec 10, 2:59 pm, Rick Faircloth r...@whitestonemedia.com wrote: Demeaning attitude...real helpful...just make people feel stupid when

RE: [jQuery] Re: AND OR Expression

2009-12-10 Thread Rick Faircloth
[mailto:jquery...@googlegroups.com] On Behalf Of MorningZ Sent: Thursday, December 10, 2009 7:23 PM To: jQuery (English) Subject: [jQuery] Re: AND OR Expression On Dec 10, 2:59 pm, Rick Faircloth r...@whitestonemedia.com wrote: Demeaning attitude...real helpful...just make people feel stupid when

RE: [jQuery] New site with jquery: Cpluv

2009-12-08 Thread Rick Faircloth
The site loaded quickly for me...as quick or quicker than many mainly html sites...talking about ShaperStudio.com... -Original Message- From: jquery-en+ow...@googlegroups.com [mailto:jquery-en+ow...@googlegroups.com] On Behalf Of RobG Sent: Tuesday, December 08, 2009 8:41 AM To: jQuery

RE: [jQuery] Selector Help

2009-11-30 Thread Rick Faircloth
Good, practical formatting for understand “the chain”… From: Michael Geary [mailto:m...@mg.to] Sent: Monday, November 30, 2009 3:28 AM To: jquery-en@googlegroups.com Subject: Re: [jQuery] Selector Help That's a nice solution. Let's make it easier to follow with some indentation:

RE: [jQuery] Weird hight issue with show/hide div

2009-11-25 Thread Rick Faircloth
I'm not noticing any problem with the sliding/hiding div's id IE 8. All content seems to be showing, down to and including the Next button in each section... -Original Message- From: youradds [mailto:andy.ne...@gmail.com] Sent: Wednesday, November 25, 2009 10:31 AM To: jQuery (English)

RE: [jQuery] JQuery and ColdFusion

2009-11-23 Thread Rick Faircloth
I just set my session variables in the method I'm calling via jQuery/ajax ...any reason you can think of why that would be a bad idea? Rick -Original Message- From: Dave Evartt [mailto:da...@wehali.com] Sent: Friday, November 20, 2009 4:27 PM To: jquery-en@googlegroups.com Subject: Re:

RE: [jQuery] I want join this group

2009-11-23 Thread Rick Faircloth
Unless there's some level of joining that I've missed, it seems that you've already joined! Welcome! :o) Rick -Original Message- From: Miccel [mailto:maohong...@gmail.com] Sent: Sunday, November 22, 2009 1:17 AM To: jQuery (English) Subject: [jQuery] I want join this group Hi guys: I

RE: [jQuery] JQuery and ColdFusion

2009-11-22 Thread Rick Faircloth
Did you ever get this worked out? Rick -Original Message- From: Westside [mailto:malik.robin...@gmail.com] Sent: Friday, November 20, 2009 2:29 AM To: jQuery (English) Subject: [jQuery] JQuery and ColdFusion Hi, I'm trying to use ColdFusion and JQuery but I'm having some problems

[jQuery] Why would jQuery be undefined in IE, but not FF???

2009-11-20 Thread Rick Faircloth
Hi, all. Anyone have any idea about this? First time I've seen it. I using Mike Alsup's cycle plug-in to cross fade three photos. When I first set this up, it worked fine in IE and FF. Now, however, the code only works in FF. IE7 IE8 (at a minimum), return the error messages:

RE: [jQuery] Why would jQuery be undefined in IE, but not FF???

2009-11-20 Thread Rick Faircloth
. 'jQuery' is undefined (line 10 of jquery.cycle.2.03.pack.js) and 'jQuery' is undefined (line 90 www.holtzmanrealestate.com, which refers to the cycle plug-in script as defined below.) What could possibly be the issue? Rick From: Rick Faircloth [mailto:r...@whitestonemedia.com] Sent: Friday

RE: [jQuery] Why would jQuery be undefined in IE, but not FF???

2009-11-20 Thread Rick Faircloth
jQuery script loader line comes before the plugin's loading line. If not, the code of the plugin, which requires jQuery, will lack jQuery and fail. Michel Belleville 2009/11/20 Rick Faircloth r...@whitestonemedia.com Even stranger… I went back to another site where I have the cycle plug

RE: [jQuery] Re: Why would jQuery be undefined in IE, but not FF???

2009-11-20 Thread Rick Faircloth
Nice catch, Z! That was the problem. I never even thought to check that. Thanks! My weekend will be much better without that continuing irritation! Rick -Original Message- From: MorningZ [mailto:morni...@gmail.com] Sent: Friday, November 20, 2009 12:31 PM To: jQuery (English)

RE: [jQuery] Why would jQuery be undefined in IE, but not FF???

2009-11-20 Thread Rick Faircloth
mentionned by MorningZ might be your killer then. Michel Belleville 2009/11/20 Rick Faircloth r...@whitestonemedia.com Thanks for the reminder on that one, Michel...I checked that to make sure the load sequence was correct, and it is… script type=text/javascript src=js/jquery

RE: [jQuery] Re: Why would jQuery be undefined in IE, but not FF???

2009-11-20 Thread Rick Faircloth
Really...I didn't realize it would point out syntax errors like that. Good to know... Thanks! Rick -Original Message- From: MorningZ [mailto:morni...@gmail.com] Sent: Friday, November 20, 2009 2:05 PM To: jQuery (English) Subject: [jQuery] Re: Why would jQuery be undefined in IE, but

RE: [jQuery] Konami Code :]

2009-11-18 Thread Rick Faircloth
What is this? Something unexpected happens when someone presses designated keys? Easter Eggs? Got an example site? Rick -Original Message- From: Marc Henson [mailto:m...@marchenson.co.uk] Sent: Wednesday, November 18, 2009 5:35 AM To: jquery-en@googlegroups.com Subject: Re: [jQuery]

RE: [jQuery] Re: Konami Code :]

2009-11-18 Thread Rick Faircloth
, Rick Faircloth r...@whitestonemedia.com wrote: What is this? Something unexpected happens when someone presses designated keys? Easter Eggs? Got an example site? Rick -Original Message- From: Marc Henson [mailto:m...@marchenson.co.uk] Sent: Wednesday, November 18, 2009 5:35 AM

RE: [jQuery] build menu on a 'event' location ?

2009-11-10 Thread Rick Faircloth
I wasn’t familiar with .offsetParent()…good stuff to know, Michel! Rick From: Michel Belleville [mailto:michel.bellevi...@gmail.com] Sent: Tuesday, November 10, 2009 7:46 AM To: jquery-en@googlegroups.com Subject: Re: [jQuery] build menu on a 'event' location ? As for locating the

RE: [jQuery] My jQuery Pumpkin... Jealous?

2009-11-01 Thread Rick Faircloth
Great, Matt! :o) Rick -Original Message- From: Matt Kruse [mailto:m...@thekrusefamily.com] Sent: Sunday, November 01, 2009 12:01 AM To: jQuery (English) Subject: [jQuery] My jQuery Pumpkin... Jealous? Just a little fun for Halloween 2009. I carved my pumpkin this year as the jQuery

[jQuery] Re: Basic help with selectors

2009-10-27 Thread Rick Faircloth
How about using a class instead of ID's? $('a.toggle_effect_button').click(function() { $(this).toggle('blind',500); return false; }); -Original Message- From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On Behalf Of MorningZ Sent: Tuesday,

[jQuery] Re: Basic help with selectors

2009-10-27 Thread Rick Faircloth
Gotcha... -Original Message- From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On Behalf Of MorningZ Sent: Tuesday, October 27, 2009 12:31 PM To: jQuery (English) Subject: [jQuery] Re: Basic help with selectors On Oct 27, 12:16 pm, Rick Faircloth r

[jQuery] Re: take 3 values at time for fade in fade out effect.

2009-10-26 Thread Rick Faircloth
What about index_news = index_news + 3 ? hth Rick -Original Message- From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On Behalf Of deep Sent: Monday, October 26, 2009 9:40 AM To: jQuery (English) Subject: [jQuery] Re: take 3 values at time for fade in fade out

[jQuery] Re: take 3 values at time for fade in fade out effect.

2009-10-26 Thread Rick Faircloth
then. i am new to jquery could you please tell me how can i write that? On Oct 26, 6:48 pm, Rick Faircloth r...@whitestonemedia.com wrote: What about index_news = index_news + 3 ? hth Rick -Original Message- From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com

[jQuery] Re: new to this list

2009-10-24 Thread Rick Faircloth
Thanks for the plug-ins, Nivanka and welcome to the list! :o) Rick -Original Message- From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On Behalf Of Nivanka Sent: Saturday, October 24, 2009 12:46 AM To: jQuery (English) Subject: [jQuery] new to this list Though I am

[jQuery] Re: loading message shows up after page has loaded

2009-10-21 Thread Rick Faircloth
Mike! Crawl back under your rock, you fathead!!! There...how's that? :o) Rick -Original Message- From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On Behalf Of Mike Alsup Sent: Wednesday, October 21, 2009 7:51 PM To: jQuery (English) Subject: [jQuery] Re: loading

[jQuery] Re: new autosuggestion plug-in. need comments/feedback

2009-10-16 Thread Rick Faircloth
Very responsive, George! I'll definitely take a look at this. I have been wanting to implement autocomplete, but just haven't gotten around to it. Thanks for sharing! Rick -Original Message- From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On Behalf Of George Sent:

[jQuery] Re: new autosuggestion plug-in. need comments/feedback

2009-10-16 Thread Rick Faircloth
:53 pm, Rick Faircloth r...@whitestonemedia.com wrote: Very responsive, George! I'll definitely take a look at this.  I have been wanting to implement autocomplete, but just haven't gotten around to it. Thanks for sharing! Rick -Original Message- From: jquery-en@googlegroups.com

[jQuery] Re: new autosuggestion plug-in. need comments/feedback

2009-10-16 Thread Rick Faircloth
comments/feedback It's fairly easy to add. I will do that later this week. I just wanted to iron out all visual/appearance bugs. So you can check this link next week. George. On Oct 16, 3:23 pm, Rick Faircloth r...@whitestonemedia.com wrote: Thanks for letting me know.  I would definitely need

[jQuery] Re: (validate) - How do I validate required fields before form submit

2009-10-13 Thread Rick Faircloth
Does Jorn's plug-in still not work on blur? Rick -Original Message- From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On Behalf Of Josh Sent: Tuesday, October 13, 2009 4:28 PM To: jQuery (English) Subject: [jQuery] Re: (validate) - How do I validate required fields

[jQuery] Re: mouseenter/mouseover timeout

2009-10-13 Thread Rick Faircloth
Not getting any flicker in IE8... -Original Message- From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On Behalf Of JLHeidecker Sent: Tuesday, October 13, 2009 10:16 PM To: jQuery (English) Subject: [jQuery] mouseenter/mouseover timeout Regarding: Preview images at

[jQuery] Re: My code is not working getting an error missing )

2009-10-11 Thread Rick Faircloth
, Rick Faircloth r...@whitestonemedia.com wrote: Well, let's check the bracketing... (I need to format this so I can read it more easily...) jQuery(function($) {    function getLeaf(url) {       var splited=url.split('?');       url=splited[0]; return url.substring

[jQuery] Re: My code is not working getting an error missing )

2009-10-10 Thread Rick Faircloth
I'm not sure what the code surrounding your code looks like, but from the code below, it looks like you're missing a ) at the end to close the first ( after .hover ... This should work: $(.button).hover(function() { $(.button).addClass(imgbuttonhover); $(.button).removeClass(imgbutton);

[jQuery] Re: My code is not working getting an error missing )

2009-10-10 Thread Rick Faircloth
Now, Matt! I just knew by the time I typed up a long-winded reply, someone would come along and give the short, to-the-point, answer. :op :o) Rick From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On Behalf Of Matt Quackenbush Sent: Saturday, October 10, 2009 9:32

[jQuery] Re: Assigning CSS 'display:block' by jquery not working

2009-10-10 Thread Rick Faircloth
According to Firebug, the class, selected is being applied to #home-subnav. However, the CSS ul#sitenav li ul { display:none; }, is taking precedence over the CSS of class, selected. Are you trying to get the sub-menu (#home-subnav) to show up when you hover over Home ? Or what is the effect

[jQuery] Re: My code is not working getting an error missing )

2009-10-10 Thread Rick Faircloth
and the reason i'd like to use it is because i want to keep my alt and title text behind my image rollovers such as buttons ;-) Jess :) On Oct 11, 11:45 am, Rick Faircloth r...@whitestonemedia.com wrote: Now, Matt!  I just knew by the time I typed up a long-winded reply, someone would come along and give

[jQuery] Re: My code is not working getting an error missing )

2009-10-10 Thread Rick Faircloth
] On Behalf Of jessie Sent: Saturday, October 10, 2009 10:12 PM To: jQuery (English) Subject: [jQuery] Re: My code is not working getting an error missing ) yes the only error now i'm getting is missing } after function body [Break on this error] ) Jess On Oct 11, 12:08 pm, Rick Faircloth r

[jQuery] Re: Multiple checkbox validation

2009-10-07 Thread Rick Faircloth
If you only want to force only one checkbox to be checked at any given time, why not just use radio inputs? Rick -Original Message- From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On Behalf Of OOps Sent: Wednesday, October 07, 2009 2:48 AM To: jQuery (English)

[jQuery] Re: tooltip - how do i remove an existing tooltip

2009-10-02 Thread Rick Faircloth
How about giving the tooltip an identifier, such as a class name, and remove the class once the validation is satisfied. -Original Message- From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On Behalf Of cgipson Sent: Friday, October 02, 2009 1:51 PM To: jQuery

[jQuery] Re: XXX hot sexy banned movie XXX

2009-09-29 Thread Rick Faircloth
Yeah, right...we know you just sent out the notice to the wrong group in your contacts list! :o) -Original Message- From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On Behalf Of Mike Alsup Sent: Tuesday, September 29, 2009 7:09 PM To: jQuery (English) Subject:

[jQuery] Re: Every post I make, I get an mail error.

2009-09-28 Thread Rick Faircloth
I got some of those, too, not long ago, but haven't had any recently. From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On Behalf Of Charlie Griefer Sent: Sunday, September 27, 2009 10:05 PM To: jquery-en@googlegroups.com Subject: [jQuery] Re: Every post I make, I get an

[jQuery] Re: Prevent jagged text in IE

2009-09-26 Thread Rick Faircloth
On Sep 25, 8:17 pm, Rick Faircloth r...@whitestonemedia.com wrote: I include a reference to a file with this jQuery code in every page to solve that problem, Dave. Best solution I've found so far. I got it from someone, somewhere, but don't remember who. http://www.malsup.com/jquery

[jQuery] Re: getJSON callback not firing?

2009-09-25 Thread Rick Faircloth
Hang in there, Charlie! My head was very bloody from banging it against the wall when I first started down the AJAX road. Now I'm finally getting some work done with it! I almost gave up several times. fwiw, I have always used the $.ajax method without any problems and typically

[jQuery] Re: Prevent jagged text in IE

2009-09-25 Thread Rick Faircloth
I include a reference to a file with this jQuery code in every page to solve that problem, Dave. Best solution I've found so far. I got it from someone, somewhere, but don't remember who. Rick jQuery.fn.fadeIn = function(speed, callback) { return

[jQuery] Re: getJSON callback not firing?

2009-09-25 Thread Rick Faircloth
, and all browsers handle caching differently between the two On Sep 25, 6:28 pm, Rick Faircloth r...@whitestonemedia.com wrote: Hang in there, Charlie! My head was very bloody from banging it against the wall when I first started down the AJAX road.  Now I'm finally getting some work done

[jQuery] Need a callback function to delay processing...

2009-09-23 Thread Rick Faircloth
How can I make a callback function that delays the functioning of the last 4 lines below until after the form that's submitted by this code is completely processed. Images are being processed on the server side and that takes a few seconds. Right now my response dialog ( last line) is

[jQuery] Re: Need a callback function to delay processing...

2009-09-23 Thread Rick Faircloth
to run functions when the xhr is complete. On Wed, Sep 23, 2009 at 9:37 AM, Rick Faircloth r...@whitestonemedia.com wrote: How can I make a callback function that delays the functioning of the last 4 lines below until after the form that’s submitted by this code is completely processed

[jQuery] Re: Need a callback function to delay processing...

2009-09-23 Thread Rick Faircloth
@googlegroups.com [mailto:jquery...@googlegroups.com] On Behalf Of Rick Faircloth Sent: Wednesday, September 23, 2009 12:07 PM To: jquery-en@googlegroups.com Subject: [jQuery] Re: Need a callback function to delay processing... Hi, Mark, and thanks for the reply... put them as something like an event

[jQuery] Can't seem to figure out this simple toggle situation...

2009-09-23 Thread Rick Faircloth
I've got this HTML: tr id=propertyID-#propertyID# td style=width:20px; padding:10px 6px 0 0; cfif qCheckFeatured.recordCount eq 0 img src=../../site_images/icon_accept.gif style=visibility:hidden; cfelse img src=../../site_images/icon_accept.gif

[jQuery] Re: Can't seem to figure out this simple toggle situation...

2009-09-23 Thread Rick Faircloth
') ){ /* grab the visible image and fade out */ test.find('img').fadeOut(250); } else { /* grab the hidden image and fade in */ test.find('img').fadeIn(250); } }); } On Sep 23, 9:46 pm, Rick Faircloth r...@whitestonemedia.com wrote: I've got this HTML: tr

[jQuery] Re: [Attrib external not working...]

2009-09-22 Thread Rick Faircloth
Now why would target=_blank be deprecated without a suitable HTML substitute, requiring coders to have to resort to js for the functionality? Odd... Rick -Original Message- From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On Behalf Of Liam Potter Sent: Tuesday,

[jQuery] Re: saving values from a multi select list.

2009-09-15 Thread Rick Faircloth
I don't have the original message in my email any longer. Can you post the code involved? Rick -Original Message- From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On Behalf Of shaded Sent: Tuesday, September 15, 2009 9:42 AM To: jQuery (English) Subject: [jQuery] Re:

[jQuery] Re: Twitter for support?

2009-09-14 Thread Rick Faircloth
+100 -Original Message- From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On Behalf Of Ashley Sent: Monday, September 14, 2009 12:21 PM To: jQuery (English) Subject: [jQuery] Re: Twitter for support? Twitter is highly ephemeral and I don't think it's a good idea to

[jQuery] Re: Hide/Show based on radio button selected

2009-09-14 Thread Rick Faircloth
Just off the top of my head, but may work... $(document).ready(function() { $('#offices_checkboxes').hide(); $('input:radio[name=radioName]:checked').click(function() { $('#offices_checkboxes').show(); });

[jQuery] Re: Does anyone see any problem with this code that might cause IE not to work with it?

2009-09-13 Thread Rick Faircloth
getCheckboxVals on *each and every .live() call* ? On Sep 13, 4:08 pm, Rick Faircloth r...@whitestonemedia.com wrote: There are more pieces to the code puzzle than this section, but for some reason , once I click the #addButton referenced at the start of the code, IE will go all the way down

[jQuery] Re: event coordination problem

2009-09-13 Thread Rick Faircloth
also like to understand the dynamics of what is happening for the future. Jim On Sep 12, 10:39 am, Rick Faircloth r...@whitestonemedia.com wrote: How about setting the field to invalid to start with and force the user to blur the field for a validation routine to declare it valid. Rick

[jQuery] Why would this code cause this error in IE?

2009-09-12 Thread Rick Faircloth
Code: $(document).ready(function() { streetNumber = 'valid'; streetName = 'valid'; city = 'valid'; state= 'valid'; bedrooms

[jQuery] Re: Why would this code cause this error in IE?

2009-09-12 Thread Rick Faircloth
this error in IE? You should use the keyword 'var' before each variable. Thanks Regards, Dhruva Sagar. Charles de Gaulle http://www.brainyquote.com/quotes/authors/c/charles_de_gaulle.html - The better I get to know men, the more I find myself loving dogs. On Sat, Sep 12, 2009 at 3:33 PM, Rick

[jQuery] Re: Why would this code cause this error in IE?

2009-09-12 Thread Rick Faircloth
in IE? Well, putting var before the variables will probably make IE happy, but it also makes the function useless. On Sat, Sep 12, 2009 at 7:12 AM, Rick Faircloth r...@whitestonemedia.com wrote: That did it…seems to satisfy IE that way, too. Thanks, Rick From: jquery-en

[jQuery] Re: Why would this code cause this error in IE?

2009-09-12 Thread Rick Faircloth
But...now IE throws an error again: Object doesn't support this property or method What's the solution? -Original Message- From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On Behalf Of Rick Faircloth Sent: Saturday, September 12, 2009 11:48 AM To: jquery-en

[jQuery] Re: Why would this code cause this error in IE?

2009-09-12 Thread Rick Faircloth
would set things up that way - global variables are as ugly in web pages as they are in any other programming domain). On Sat, Sep 12, 2009 at 10:47 AM, Rick Faircloth r...@whitestonemedia.com wrote: Hmmm...that could explain the sudden error I just now received running that code that city

[jQuery] Re: Pics from jQuery Conference

2009-09-12 Thread Rick Faircloth
Thanks for shareing the pics! Rick -Original Message- From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On Behalf Of MorningZ Sent: Saturday, September 12, 2009 9:49 AM To: jQuery (English) Subject: [jQuery] Pics from jQuery Conference Some early pics from today's

[jQuery] Re: event coordination problem

2009-09-12 Thread Rick Faircloth
How about setting the field to invalid to start with and force the user to blur the field for a validation routine to declare it valid. Rick -Original Message- From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On Behalf Of jhm Sent: Saturday, September 12, 2009 1:04

[jQuery] Re: Why would this code cause this error in IE?

2009-09-12 Thread Rick Faircloth
: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On Behalf Of Rick Faircloth Sent: Saturday, September 12, 2009 12:29 PM To: jquery-en@googlegroups.com Subject: [jQuery] Re: Why would this code cause this error in IE? Well...they're for form validation purposes. Those variables

[jQuery] How can I get IE developer tools to display xmlHTTPRequests as in Firebug?

2009-09-12 Thread Rick Faircloth
Is it possible? Thanks, Rick --- Those who hammer their guns into plows will plow for those who do not. - Thomas Jefferson

[jQuery] Re: Anything wrong with this ajax syntax?

2009-09-08 Thread Rick Faircloth
: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On Behalf Of Nick Fitzsimons Sent: Tuesday, September 08, 2009 6:16 AM To: jquery-en@googlegroups.com Subject: [jQuery] Re: Anything wrong with this ajax syntax? 2009/9/8 Rick Faircloth r...@whitestonemedia.com: Is there something

[jQuery] Anything wrong with this ajax syntax?

2009-09-07 Thread Rick Faircloth
Is there something missing that would keep it from functioning? This ajax function only serves to cause a ColdFusion function to create HTML that is then loaded as specified in the code. However, the success part of the function is not executed. No errors or anything.it's as if the ajax

[jQuery] Re: Is this quirk of jQuery still true?

2009-09-03 Thread Rick Faircloth
:29 PM, Rick Faircloth r...@whitestonemedia.com wrote: Thanks for the reply, Ricardo... After thinking about it, it really doesnft matter if the HTML is cha nged. It'll process fine, as you said. What I was really trying to avoid was a problem with the newly entered data being removed

[jQuery] Re: Is this quirk of jQuery still true?

2009-09-03 Thread Rick Faircloth
Of RobG Sent: Thursday, September 03, 2009 1:43 AM To: jQuery (English) Subject: [jQuery] Re: Is this quirk of jQuery still true? On Sep 3, 1:25 pm, Rick Faircloth r...@whitestonemedia.com wrote: Thanks for the explanation, Rob. I'll have to check into setAttribute...am I correct in assuming

[jQuery] How do I prevent the newly entered text in the text input from disappearing upon focus?

2009-09-03 Thread Rick Faircloth
I posted this yesterday, but didn't see my original in my email, so didn't know if it never made it, or if it was perhaps just not answered.but I thought I'd post it again so if anyone has any ideas. Rick

[jQuery] Is this quirk of jQuery still true?

2009-09-02 Thread Rick Faircloth
I read that in an article dated October 17, 2008, that it was not possible to change the actual HTML in the DOM of the value attribute of a text input using $(this).val('myNewValue'); My experiments just now bear this out. Is this still true? The writer of the article developed a

[jQuery] Why is console.log(valid) returning yes in this code?

2009-09-02 Thread Rick Faircloth
Here's the code: var valid = 'yes'; $(':input').each(function() { if ( $(this).val().length == 0 ) { alert('in!'); var valid = 'no'; alert(valid); $('#rentalAppErrors').fadeIn(500);

[jQuery] Re: Is this quirk of jQuery still true?

2009-09-02 Thread Rick Faircloth
want to print it somewhere. On Sep 2, 5:55 pm, Rick Faircloth r...@whitestonemedia.com wrote: I read that in an article dated October 17, 2008, that it was not possible to change the actual HTML in the DOM of the value attribute of a text input using $(this).val('myNewValue'); My

[jQuery] Re: Why is console.log(valid) returning yes in this code?

2009-09-02 Thread Rick Faircloth
(valid) returning yes in this code? Why? Because you are failing to understand variable scope Don't use the var keyword inside the if block, by using that, you are stomping over the outside one http://www.google.com/search?q=Javascript+variable+scope On Sep 2, 10:26 pm, Rick Faircloth r

[jQuery] Re: Why is console.log(valid) returning yes in this code?

2009-09-02 Thread Rick Faircloth
variable scope Don't use the var keyword inside the if block, by using that, you are stomping over the outside one http://www.google.com/search?q=Javascript+variable+scope On Sep 2, 10:26 pm, Rick Faircloth r...@whitestonemedia.com wrote: Here's the code: var valid = 'yes'; $(':input

  1   2   3   4   5   6   7   8   9   >