Re: [jQuery] Javascript dump, ala Coldfusion's CFDUMP

2007-03-22 Thread Michael E. Carluen
To whoever is responsible for it, if you're on the list, please claim your kudos for a job well done. Thanks!!.. its definitely a super addition in the toolbox. _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Andy Matthews Sent: Thursday, March 22, 2007 10:43 AM To:

[jQuery] jquery inside a loop... need suggestions to improve code

2007-03-16 Thread Michael E. Carluen
Hello (CF) jQuerians, I currently have a working code but I would really like to improve and make it more efficient. Your suggestions will be great. Right now, I have a jquery script inside a loop (cfloop). The jquery is a just simple tooltip-like functionality, that shows and hides a

Re: [jQuery] jquery inside a loop... need suggestions to improvecode

2007-03-16 Thread Michael E. Carluen
(){ $([EMAIL PROTECTED] + this.id.split (_)[1]).hide(); }); }) }); /script On 3/16/07, Michael E. Carluen mailto:[EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hello (CF) jQuerians, I currently have a working code but I would really like to improve and make it more

Re: [jQuery] jquery inside a loop... need suggestions to improvecode

2007-03-16 Thread Michael E. Carluen
(){ $([EMAIL PROTECTED] + this.id.split (_)[1]).hide(); }); }) }); /script On 3/16/07, Michael E. Carluen mailto:[EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hello (CF) jQuerians, I currently have a working code but I would really like to improve and make

[jQuery] Getting checked/disabled Attributes using attr()

2007-03-12 Thread Michael E. Carluen
Hello all, I am trying to get the checked or disabled attributes from input type=checkbox and a input type=submit using attr() but with no success. What I am trying to do is control both elements together so I can disable the submit button if a specified checkbox is unchecked. Suggestions

Re: [jQuery] NEW Plug-in: cfjs (ColdFusionJavaScript)

2007-03-11 Thread Michael E. Carluen
Hey Chris- This is so coool... thanks! Can't wait to put this to work. Michael -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Christopher Jordan Sent: Sunday, March 11, 2007 8:03 PM To: jQuery Discussion. Subject: [jQuery] NEW Plug-in: cfjs

Re: [jQuery] How do I hook up the Editable plug-in to a MySQL DB?

2007-03-09 Thread Michael E. Carluen
Hey Rick: See if this makes sense to you. I just made a CF page from Mika's Editable example. Hth. Michael - On your Form Page: The jQuery: $(document).ready(function() { $(.theclass).editable(http://www.example.com/save.cfm;, { type :

Re: [jQuery] What's wrong with this code?

2007-02-28 Thread Michael E. Carluen
Rick, Use: $(#mycfpagecontent).load(mycfpage.cfm?User_ID= + User_ID); Look at where the quotes close. You are concatenating the var at the end. Michael _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rick Faircloth Sent: Wednesday, February 28, 2007

Re: [jQuery] Best way to do AJAX... CF or jQuery?

2007-02-23 Thread Michael E. Carluen
Alright Rick! Now it's a whole new world ahead of you. From this point, I guarantee you'll change how you design and code your apps. Man, I am just amazed how you're getting all the mileage from that box of 4.5 you have. jQuery's ajax implementation is definitely one of the catalysts I've had.

Re: [jQuery] jQuery Powered Sites - Keep the Links Coming

2007-02-22 Thread Michael E. Carluen
Rey, Please ad http://www.jingleads.com http://www.jingleads.com/ to your list My client had some specific requirements and objectives for his audio products/service: - Make the visitor hear his MP3 audio snippets - Make the visitor make a phone call- not browse around

Re: [jQuery] Best way to do AJAX... CF or jQuery?

2007-02-22 Thread Michael E. Carluen
Rick, You need both. You use jQuery to send requests to a server side scripting language like CF (or php, asp, cgi, etc) . Perhaps the simplest way to introduce yourself to an ajax activity would be to use jQuery's load() function. Try this:

Re: [jQuery] Best way to do AJAX... CF or jQuery?

2007-02-22 Thread Michael E. Carluen
PROTECTED] On Behalf Of Michael E. Carluen Sent: Thursday, February 22, 2007 9:01 PM To: 'jQuery Discussion.' Subject: Re: [jQuery] Best way to do AJAX... CF or jQuery? Rick, You need both. You use jQuery to send requests to a server side scripting language like CF (or php, asp, cgi, etc

Re: [jQuery] jQuery Design Decisions? Comparison to MooTools?

2007-02-13 Thread Michael E. Carluen
Matt, Welcome! I have been a huge fan of your work. I am hoping you’d adopt jQuery instead of others... it’ll be great to have another js guru (amongst the many) in the camp. Michael -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jörn Zaefferer

Re: [jQuery] jQuery Powered Sites - Keep the Links Coming

2007-02-09 Thread Michael E. Carluen
I wonder how many of the sites listed in http://www.go2web20.net http://www.go2web20.net/ (directory of all sites web 2.0) are jQuery powered. With Paul's greasemonkey script, it can be a fun activity during coffee breaks! Happy Friday y'all :-) -Original Message-

Re: [jQuery] Effects: Choppyness, speed and IE

2007-02-08 Thread Michael E. Carluen
I also noticed that happen intermittently, on a similar slideUp(slow) I had on a very simple container div with only 4 children elements (a simple form with, p, 2 input fields, and a submit button). Nothing fancy, but nonetheless choppy effects sometimes. Hmmm. -Original Message-

Re: [jQuery] Quickest way to clearALL form elements after Ajaxsubmit

2007-02-06 Thread Michael E. Carluen
Hi Klaus, Lquid, Mike: Any risks or conflicts by just using the simple: document.forms[0].reset(); with jQuery? Seems to work OK for me. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Klaus Hartl Sent: Tuesday, February 06, 2007 5:02 AM To:

Re: [jQuery] AjaxCFC (paging Rey Bango...)

2007-02-06 Thread Michael E. Carluen
directly using jQuery? Dirt simple. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Michael E. Carluen Sent: Tuesday, February 06, 2007 1:18 PM To: 'jQuery Discussion.' Subject: Re: [jQuery] AjaxCFC (paging Rey Bango...) Paul, on simple data retrieval

Re: [jQuery] Quickest way to clearALL form elements after Ajaxsubmit

2007-02-06 Thread Michael E. Carluen
Hartl Sent: Tuesday, February 06, 2007 11:40 AM To: jQuery Discussion. Subject: Re: [jQuery] Quickest way to clearALL form elements after Ajaxsubmit Michael E. Carluen schrieb: Hi Klaus, Lquid, Mike: Any risks or conflicts by just using the simple: document.forms[0].reset

[jQuery] .load() on IE7 returns Cached results

2007-02-06 Thread Michael E. Carluen
Hello folks. I've been using load() to return some data. Works fine on Firefox. However, IE7 seems to load data that's been cached. The page being loaded already includes all the flavors of no-cache meta tags. Any suggestions? Thanks in advance.

Re: [jQuery] .load() on IE7 returns Cached results

2007-02-06 Thread Michael E. Carluen
PM To: jQuery Discussion. Subject: Re: [jQuery] .load() on IE7 returns Cached results Try adding a random number or a timestamp to the url you request. IE loves to retrieve caches when you don't want it to. -blaie Michael E. Carluen wrote: Hello folks. I've been using load() to return

[jQuery] Quickest way to clearALL form elements after Ajax submit

2007-02-05 Thread Michael E. Carluen
I was wondering if anyone can remind me the quickest/easiest way to clear all form field elements after $.ajax({.success::.}); (Sorry, been a very long day, and I just been having a severe brainfart moment) Thanks!!! ___ jQuery mailing list

Re: [jQuery] ANN: Brandon Aaron Joins learningjquery.com

2007-02-02 Thread Michael E. Carluen
Cool deal, Andy!! Since the Quickstart Guide to jQuery+CF went up, there's been a steady stream of window shoppers visiting the page. I'm sure that's just evidence of the growing interest from the sizable CF community, 'shopping' for a good javascript library. I know you'll definitely have an

Re: [jQuery] ANN: Brandon Aaron Joins learningjquery.com

2007-02-02 Thread Michael E. Carluen
Aaron Joins learningjquery.com Wow, I'm embarrassed to say that I missed the Quickstart Guide to jQuery+CF. Where's the link? Rey.. Michael E. Carluen wrote: Cool deal, Andy!! Since the Quickstart Guide to jQuery+CF went up, there's been a steady stream of window shoppers visiting

[jQuery] OT: jQuery Powered Farecast takes $12M more VC

2007-01-30 Thread Michael E. Carluen
Pardon me for a non-tech post, but for those interested. http://www.techcrunch.com/2007/01/30/farecast-takes-12-million-more/ ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

[jQuery] Fotonotes-like plugin?

2007-01-17 Thread Michael E. Carluen
Hello folks. Somewhere buried in the list archive is an inquiry regarding a jQuery plugin adaptation of Fotonotes.net. I can not however, confirm if there were any responses. Is anyone aware of, or is working on a similar photo annotation plugin for jQuery? Thanks, Michael

Re: [jQuery] Fotonotes-like plugin?

2007-01-17 Thread Michael E. Carluen
. Subject: Re: [jQuery] Fotonotes-like plugin? Michael E. Carluen schrieb: Hello folks. Somewhere buried in the list archive is an inquiry regarding a jQuery plugin adaptation of Fotonotes.net. I can not however, confirm if there were any responses. Is anyone aware of, or is working

Re: [jQuery] jQuery Powered Sites - Keep the Links Coming

2007-01-12 Thread Michael E. Carluen
Rey, http://www.nameourapp.com I just came across this site. I won't take any credit for this because its not mine. But I have not noticed this sent thru the list. The site uses jQuery in various areas (Thickbox, form validation etc)... and they do have a pretty creative marketing campaign, I must

Re: [jQuery] jQuery Powered Sites - Keep the Links Coming

2007-01-10 Thread Michael E. Carluen
Matt, That's an awesome piece of work you have there.. Still without a doubt, had jQuery written all over it- really cool! _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Matt Stith Sent: Wednesday, January 10, 2007 1:05 PM To: jQuery Discussion. Subject: Re:

Re: [jQuery] Fake Page Reload

2007-01-04 Thread Michael E. Carluen
Instead of faking a reload, why don't you just add a status text message that would signal the user of what has just occurred... then status fades after a few seconds. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of fidoogle Sent: Thursday, January

[jQuery] Passing formfield value on blur

2007-01-04 Thread Michael E. Carluen
Hello folks. I'm trying to pull some data after a blur event from a form field (id=idm). Unfortunately, the script below is not working. Any suggestions will be appreciated. Thanks in advance! $(#idm).blur( function() { var params = {$('#idm').val();}; $.ajax({

Re: [jQuery] Passing formfield value on blur

2007-01-04 Thread Michael E. Carluen
).append(response.company_name); } }); }); _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Michael E. Carluen Sent: Thursday, January 04, 2007 7:22 PM To: 'jQuery Discussion.' Subject: [jQuery] Passing formfield value on blur Hello

Re: [jQuery] Passing formfield value on blur

2007-01-04 Thread Michael E. Carluen
On 1/5/07, Michael E. Carluen [EMAIL PROTECTED] wrote: Oops the script is: $(#idm).blur( function() { var formval = {$('#idm').val();}; $.ajax({ type: POST, url: testj.php, dataType: json, data: formval

Re: [jQuery] Stopping animation..

2007-01-02 Thread Michael E. Carluen
Do you mean pause? If so you can pause an execution by using: setTimeout(function() { $(#div).fadeTo('slow',0.0); }, 5000 ); _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of spinnach Sent: Tuesday, January 02, 2007 1:52 PM To: jQuery Discussion. Subject:

Re: [jQuery] NEWS: Meet The People Behind jQuery

2006-12-18 Thread Michael E. Carluen
Rey, Karl, John and team... Still a newbie in jquery, but here's a suggestion... call it evangelism, training or whatever. In addition to tutorials and the plugin demos, I always find it extremely helpful to see quickstart integration examples with the various native server-side platform. By