[jQuery] Re: Disable Submit button if no text entered

2008-05-14 Thread Michael E. Carluen
Another suggestion will be to get the length of the field: var t = ($('#post_name').val()).length; if (t 0) { $([EMAIL PROTECTED]).removeAttr('disabled'); } This way, you can even have the option of enforcing a minimum char length of the field/s. Michael It seems

[jQuery] Re: Site Submission, finally!! :-)

2007-10-11 Thread Michael E. Carluen
Hey Rick, My client, http://jingleads.com (also a jQuery powered site), has been seeing a trend of a growing number of sites requesting 3 to 5 second landing page musical jingles and audio signature snippets. I'm sure music on sites work, it just depends on what people are trying to sell or

[jQuery] load() with each(): FF is OK, IE not

2007-09-10 Thread Michael E. Carluen
Hi all: Is there anyone who can tell me what is wrong with this, and if there are any suggestions to fix. Works OK on Firefox, but not on IE: On the test.htm: script src=/js/jquery.js type=text/javascript/script script type=text/javascript

[jQuery] Re: divert click to an anchor

2007-08-21 Thread Michael E. Carluen
John: Try using bind(); with click() $(div.test).bind(click, function(){ $(a).click(); }); Hth, Michael -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of John Liu Sent: Tuesday, August 21, 2007 6:53 PM To: jQuery (English)

[jQuery] fckEditor fails on show();

2007-08-12 Thread Michael E. Carluen
Hello all, I have a div that contains a form with fckEditor . The div is initial hidden using display: none;. Once I use show() to reveal the form, the div and fckEditor shows, but the editor tools does not work on Firefox5 (works on IE7). Any suggestions? Thanks. Michael

[jQuery] Re: SITE SUBMISSION: Please add gsalr.com to the list of sites

2007-07-26 Thread Michael E. Carluen
Nicely done Marshall. How are you able to mashup the Craigslist data? I have been looking into that. Any advise? _ From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Marshall Salinger Sent: Thursday, July 26, 2007 1:09 PM To: jquery-en@googlegroups.com

[jQuery] Re: SITE SUBMISSION: Please add gsalr.com to the list of sites

2007-07-26 Thread Michael E. Carluen
To phrase to question better, how were you able to parse the addresses if you're getting the data from craigslist directly? Or which web service are you using if you're using one? _ From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Michael E. Carluen Sent

[jQuery] Highlighting contents of an Input field on click()

2007-07-19 Thread Michael E. Carluen
Hello jQ folks, (pardon me, but I just got braindead right when I'm trying to wrap-up the final leg of a very long day.) I just wanted to highlight the contents of an input field (read-only) on a .click() event. Similar to when your click the url or embed fields in YouTube to highlight

[jQuery] Re: Highlighting contents of an Input field on click()

2007-07-19 Thread Michael E. Carluen
I just got it. I had .focus() instead of .select(). OK gotta end the long day now. So carry on folks. nothing to see here.. _ From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Michael E. Carluen Sent: Thursday, July 19, 2007 1:05 AM To: jquery-en

[jQuery] Plugin Annoucements and Additions to Plugin Library

2007-07-16 Thread Michael E. Carluen
Hello everyone. I have always (wrongfully?) assumed that all the plugins announced on the list, gets added to the plugin library by Rey or someone from the evangelism team. That is why I never bookmark the author's plugin sites thinking that I can just find it on the library page of the site

[jQuery] Re: Plugin Annoucements and Additions to Plugin Library

2007-07-16 Thread Michael E. Carluen
. Chris On 7/16/07, Michael E. Carluen [EMAIL PROTECTED] wrote: Hello everyone. I have always (wrongfully?) assumed that all the plugins announced on the list, gets added to the plugin library by Rey or someone from the evangelism team. That is why I never bookmark the author's plugin sites

[jQuery] Re: Plugin Annoucements and Additions to Plugin Library

2007-07-16 Thread Michael E. Carluen
it as needed. With that said, I do my best to keep track of all new plugins and have many downloaded. If you ever find yourself in a bind, please don't hesitate to email me. Rey... Michael E. Carluen wrote: Hello everyone. I have always (wrongfully?) assumed that all the plugins

[jQuery] Even Dojo site uses jQuery

2007-06-10 Thread Michael E. Carluen
http://dojotoolkit.org/developer Yes, the list continues to grow. I find it a little amusing to see that even the Dojo site uses jQuery and its plugins.

[jQuery] Using getJSON for pre-loading Wil's Star Rating initial avg values

2007-05-26 Thread Michael E. Carluen
Hello jQuery folks, I am working on using Wil Stuckey's Star Rating plugin. I am trying to load the initial values using $.getJSON. Can someone let me know why the following does not work? $.getJSON(get_all_values.cfm, function(jsonval){ $('#ratingform1').attr(title,Average Rating:

[jQuery] Re: JQuery Powered Site- Just Launched- AskSolvers.com

2007-05-18 Thread Michael E. Carluen
@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Chris W. Parker Sent: Friday, May 18, 2007 9:39 AM To: jquery-en@googlegroups.com Subject: [jQuery] Re: JQuery Powered Site- Just Launched- AskSolvers.com On Thursday, May 17, 2007 4:41 PM Michael E. Carluen said: I just launched a new jQuery

[jQuery] JQuery Powered Site- Just Launched- AskSolvers.com

2007-05-17 Thread Michael E. Carluen
and everyone else who contributed to your plugins. Y'all Rock! jQuery Rules!! Michael E. Carluen

[jQuery] Re: CFJS plugin

2007-05-02 Thread Michael E. Carluen
Hey Chris, I just put CFJS to work on a few things. Thanks for working on this. Seems like its going one of those frequently used tools in the toolbox. Michael -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Christopher Jordan Sent:

[jQuery] ErrorMsg: 'Permission denied to call method XMLHttpRequest.open'

2007-04-29 Thread Michael E. Carluen
Hello Everyone: I ran Firebug on a page that was supposed to be displaying a hidden DIV on toggle event, but fails. The div contains data from a .load(). The following error message was displayed: [Exception... 'Permission denied to call method XMLHttpRequest.open' when calling method:

[jQuery] Re: Image dynamic resizing

2007-04-20 Thread Michael E. Carluen
This is cool Remy. I can see it work like BritePic http://www.britepic.com/ Any plans on further adding other features for a full blown plug-in? -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Remy Sharp Sent: Friday, April 20, 2007 5:07

[jQuery] Re: My first plugin, overlabel

2007-04-01 Thread Michael E. Carluen
@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Scott Sauyet Sent: Sunday, April 01, 2007 11:54 AM To: jquery-en@googlegroups.com Subject: [jQuery] Re: My first plugin, overlabel Michael E. Carluen wrote: I am curious as to what might be the advantage of using your overlabel

[jQuery] Re: My first plugin, overlabel

2007-04-01 Thread Michael E. Carluen
hoping you'll take this all as constructive feedback. :) Cheers, --Karl _ Karl Swedberg www.englishrules.com www.learningjquery.com On Apr 1, 2007, at 5:39 PM, Michael E. Carluen wrote: Hi Scott, Karl: Below, is a revised version of the script I sent