Re: [jQuery] YUI Implementation Focus: Dustin Diaz's DED|Chain. Interview which presents an alternative to jQuery

2007-03-30 Thread Andy Matthews
. Rey... Andy Matthews wrote: What's the point. Why not jump on board with jQuery too. Someone of his caliber would have been a great addition to the jQuery team. I suppose it's just an ego thing. andy -- -- *From

Re: [jQuery] Can it be done using JQuery

2007-03-29 Thread Andy Matthews
This site looks pretty cool, but that scrolling functionality TOTALLY causes both vert and hor scrollbars in IE7. Don't see a point to it... _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kush Murod Sent: Thursday, March 29, 2007 1:05 AM To: jQuery Discussion Subject:

Re: [jQuery] Close any other row before showing a new one

2007-03-29 Thread Andy Matthews
Thanks Klaus...good point. I'll change that to something a little more meaningful. andy -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Klaus Hartl Sent: Wednesday, March 28, 2007 6:19 PM To: jQuery Discussion Subject: Re: [jQuery] Close any other row

[jQuery] Can't post to jQuery list from the Google interface?

2007-03-29 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 Description: Windows bitmap

[jQuery] CODE REVIEW: the fruits of today's labor - now with REAL CODE!

2007-03-29 Thread Andy Matthews
Sorry guys...I tried posting the code last night using the Google Groups interface, but it didn't come through. Here you go: http://www.commadelimited.com/uploads/psychic _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Andy Matthews Sent: Wednesday, March 28, 2007 4:59

Re: [jQuery] Can't post to jQuery list from the Google interface?

2007-03-29 Thread Andy Matthews
On 3/29/07, Andy Matthews [EMAIL PROTECTED] wrote: Anyone know why I can't post to the list from within the Google Groups interface? I tried responding to several posts last night as well as posting a new message yesterday afternoon and none of them have come through, even though the interface

Re: [jQuery] CODE REVIEW: the fruits of today's labor - now withREALCODE!

2007-03-29 Thread Andy Matthews
the row would collapse and the arrow would then point back to the right. David Dexter | brilliantlemming.com | Brentwood, CA | 310.414.0949 _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Andy Matthews Sent: Thursday, March 29, 2007 6:12 AM To: 'jQuery Discussion

Re: [jQuery] CODE REVIEW: the fruits of today's labor -nowwithREALCODE!

2007-03-29 Thread Andy Matthews
: [jQuery] CODE REVIEW: the fruits of today's labor -nowwithREALCODE! Andy, I'd do something like this... $(document).ready( function(){ $('.row td img.open').bind(click, function() { var curImg = $(this); var id = curImg.parent().parent().attr

Re: [jQuery] CODE REVIEW: the fruits of today's labor-nowwithREALCODE!

2007-03-29 Thread Andy Matthews
-nowwithREALCODE! Andy, I'd do something like this... $(document).ready( function(){ $('.row td img.open').bind(click, function() { var curImg = $(this); var id = curImg.parent().parent().attr(id); var idArr

[jQuery] FW: addons.mozilla.org uses jQuery!

2007-03-29 Thread Andy Matthews
And it's not as surprising as you might think, especially when you remember that John Resig works for Mozilla (I believe). _ From: Andy Matthews [mailto:[EMAIL PROTECTED] Sent: Thursday, March 29, 2007 4:06 PM To: 'jQuery Discussion' Subject: RE: [jQuery] addons.mozilla.org uses jQuery

Re: [jQuery] addons.mozilla.org uses jQuery!

2007-03-29 Thread Andy Matthews
Cool... Too bad it looks like they're only using it to determine if the document is ready. From addons.js: https://addons.mozilla.org/js/addons.js $(document).ready(ExpandListItem_init); $(document).ready(CollapseListItem_init); $(document).ready(ExpandAll_init);

Re: [jQuery] YUI Implementation Focus: Dustin Diaz's DED|Chain. Interview which presents an alternative to jQuery

2007-03-29 Thread Andy Matthews
What's the point. Why not jump on board with jQuery too. Someone of his caliber would have been a great addition to the jQuery team. I suppose it's just an ego thing. andy _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Joao Pedrosa Sent: Thursday, March 29, 2007 4

[jQuery] Table of information, expanding one row using AJAX call and callback function.

2007-03-28 Thread Andy Matthews
or method.. What am I doing wrong? Please feel free to answer any one of these questions... Andy Matthews Senior Coldfusion Developer Office: 877.707.5467 x747 Direct: 615.627.9747 Fax: 615.467.6249 [EMAIL PROTECTED] www.dealerskins.com http

Re: [jQuery] Table of information, expanding one row using AJAX call and callback function.

2007-03-28 Thread Andy Matthews
().parent().attr(id); }); As the TR element is the parent of the parent of the IMG. Finally, there are a lot of examples throughout the mailing list of how to add dynamic load on click functionality, a good place to start is http://docs.jquery.com/Ajax. - jake On 3/28/07, Andy Matthews mailto

[jQuery] Rotate an image - like the Mac OS document tree

2007-03-28 Thread Andy Matthews
, the triangle is facing down. I'm sure I could simply swap out the image src, but it would be cooler if I could get it to animate. Anyone have any ideas? Andy Matthews Senior Coldfusion Developer Office: 877.707.5467 x747 Direct: 615.627.9747 Fax: 615.467.6249

[jQuery] Close any other row before showing a new one

2007-03-28 Thread Andy Matthews
ONLY the ones that are open already? 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/ attbb16b.bmp Description: Windows

Re: [jQuery] Rotate an image - like the Mac OS document tree

2007-03-28 Thread Andy Matthews
H... That's brilliant actually. Thank you Alexandre! andy _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Alexandre Plennevaux Sent: Wednesday, March 28, 2007 4:08 PM To: 'jQuery Discussion' Subject: Re: [jQuery] Rotate an image - like the Mac OS document tree

Re: [jQuery] Table of information, expanding one row using AJAX call and callback function.

2007-03-28 Thread Andy Matthews
Good point Jake. I'm just mocking up right now. I'll consider the possibility of using floated divs in the final version. Thanks for your viewpoint. andy _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jake McGraw Sent: Wednesday, March 28, 2007 3:21 PM To: jQuery

Re: [jQuery] Close any other row before showing a new one

2007-03-28 Thread Andy Matthews
be interested to see what the solution is. /alex On 3/28/07, Andy Matthews mailto:[EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I've got a series of rows of data, some of which can be expanded to show additional information. I'd like to hide any open row before showing a new one. I've tried

[jQuery] CODE REVIEW: the fruits of today's labor

2007-03-28 Thread Andy Matthews
. Please don't hesitate to offer any criticism, critiques or suggestions. I'd love to know where I could improve this code, or if I'm doing anything wrong. Anyone out there that's wanting to do the same thing, feel free to snake this code. It's all yours. Andy

[jQuery] Replace values in a string of text with content from form fields

2007-03-27 Thread Andy Matthews
from a coolness fact, I'd love to have it change AS the user types in the information, but that's not a big deal. Anyone have a better idea? Andy Matthews Senior Coldfusion Developer Office: 877.707.5467 x747 Direct: 615.627.9747 Fax: 615.467.6249 [EMAIL

[jQuery] A suggestion for the jQuery website - current version number on front page

2007-03-26 Thread Andy Matthews
A week or two ago, I was trying to find out what the current version of jQuery was and I couldn't find it. Maybe something in that nice blue box at the top right corner? Just a suggestion...it would make things easier. Andy Matthews Senior Coldfusion

[jQuery] n related select boxes

2007-03-26 Thread Andy Matthews
Does anyone have some jQuery code for n-related select boxes that they might be willing to share? I'm going to Google and check the plugin page now, but wanted to ask on the list as well. Andy Matthews Senior Coldfusion Developer Office: 877.707.5467 x747

Re: [jQuery] n related select boxes

2007-03-26 Thread Andy Matthews
this one isn't, just looking for options). Andy Matthews Senior Coldfusion Developer Office: 877.707.5467 x747 Direct: 615.627.9747 Fax: 615.467.6249 [EMAIL PROTECTED] www.dealerskins.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

Re: [jQuery] Jquery can learn from Mootools for distribution its code

2007-03-23 Thread Andy Matthews
this packaging tool. andy -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of agent2026 Sent: Friday, March 23, 2007 5:16 AM To: discuss@jquery.com Subject: Re: [jQuery] Jquery can learn from Mootools for distribution its code I tend to be in this camp

[jQuery] Javascript dump, ala Coldfusion's CFDUMP

2007-03-22 Thread Andy Matthews
I haven't seen this posted yet, but it's a freaking godsend in js development: http://www.netgrow.com.au/files/javascript_dump.cfm There's also a jQuery plugin for it. Andy Matthews Senior Coldfusion Developer Office: 877.707.5467 x747 Direct

Re: [jQuery] New javascript menu flash-like

2007-03-22 Thread Andy Matthews
Saw that the other day. It's awesome! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of {js}sTyler Sent: Thursday, March 22, 2007 2:07 PM To: discuss@jquery.com Subject: [jQuery] New javascript menu flash-like Hi All noticed this super little js/css menu

[jQuery] toggle a div based on clicking a specific radio button

2007-03-21 Thread Andy Matthews
for=domainlist_sRun secondaries/labelbr / input type=radio name=domainlist value=m id=m label for=domainlist_mRun these/labelbr / div id=manual textarea name=manual rows=6 cols=35/textarea /div Andy Matthews Senior Coldfusion Developer Office: 877.707.5467 x747

Re: [jQuery] toggle a div based on clicking a specific radio button

2007-03-21 Thread Andy Matthews
That makes sense Josh...I'll give that a go. _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Josh Nathanson Sent: Wednesday, March 21, 2007 12:41 PM To: jQuery Discussion. Subject: Re: [jQuery] toggle a div based on clicking a specific radio button Hi Andy, My

Re: [jQuery] toggle a div based on clicking a specific radio button

2007-03-21 Thread Andy Matthews
Nathanson [EMAIL PROTECTED] wrote: Hi Andy, My approach with radio buttons: - Bind a click function to the group - when clicked, check the value - if it's the one you want, show - otherwise, hide $([EMAIL PROTECTED]).click(function() { if(this.value == 'm') { $('#manual').show(fast); } else

[jQuery] OT: Job posting

2007-03-15 Thread Andy Matthews
- Andy Matthews Senior Coldfusion Developer Office: 877.707.5467 x747 Direct: 615.627.9747 Fax: 615.467.6249 [EMAIL PROTECTED] www.dealerskins.com http://www.dealerskins.com/ att19c20.bmp Description: Windows bitmap

[jQuery] Who's moderating the jQuery mailing list signup?

2007-03-14 Thread Andy Matthews
A co-worker is trying to sign up for discuss@ and he was informed that the signup was moderated. Can someone take a look through the list and check for jquery,[EMAIL PROTECTED] Please and thank you. Andy Matthews Senior Coldfusion Developer Office

Re: [jQuery] Who's moderating the jQuery mailing list signup?

2007-03-14 Thread Andy Matthews
Discussion. Subject: Re: [jQuery] Who's moderating the jQuery mailing list signup? Sign-ups are not moderated. Once you register your email address you should be able to post, no problem. --John On 3/14/07, Andy Matthews mailto:[EMAIL PROTECTED] [EMAIL PROTECTED] wrote: A co-worker is trying

Re: [jQuery] Selecting only one level in DOM and no deeper

2007-03-14 Thread Andy Matthews
Use the descendant selector. Div ul li Vs Div ul li The says only the first instance of that object. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dan Eastwell Sent: Wednesday, March 14, 2007 10:01 AM To: jQuery Discussion. Subject: [jQuery]

[jQuery] Discussion list signup errors

2007-03-14 Thread Andy Matthews
to subscribe and never get on. 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 Description: Windows

Re: [jQuery] Who's moderating the jQuery mailing list signup?

2007-03-14 Thread Andy Matthews
Ooops...fat fingers. Should be a . Not a comma. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kelvin Luck Sent: Wednesday, March 14, 2007 9:16 AM To: jQuery Discussion. Subject: Re: [jQuery] Who's moderating the jQuery mailing list signup? Andy

Re: [jQuery] NEWS: jQuery-Powered FlickrCash on Ajaxian

2007-03-13 Thread Andy Matthews
BEAUTIFUL! The toolbar at the top has transparency and looks awesome over images. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rey Bango Sent: Tuesday, March 13, 2007 10:14 AM To: jQuery Discussion. Subject: [jQuery] NEWS: jQuery-Powered FlickrCash on

Re: [jQuery] NEWS: jQuery-Powered FlickrCash on Ajaxian

2007-03-13 Thread Andy Matthews
telling me it couldn't open the FlickrCash site. Rick -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Andy Matthews Sent: Tuesday, March 13, 2007 11:29 AM To: 'jQuery Discussion.' Subject: Re: [jQuery] NEWS: jQuery-Powered FlickrCash on Ajaxian BEAUTIFUL

Re: [jQuery] Why jQuery Effects doesn't work after load ajax data?

2007-03-13 Thread Andy Matthews
I believe you have to reattach the animate call after the AJAX load. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of JQuery - SimDigital Sent: Tuesday, March 13, 2007 3:14 PM To: jQuery Discussion. Subject: [jQuery] Why jQuery Effects doesn't work after

Re: [jQuery] jQuery newbies?

2007-03-13 Thread Andy Matthews
http://jszen.blogspot.com/2007/03/mark-of-n00b.html -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jörn Zaefferer Sent: Tuesday, March 13, 2007 4:23 PM To: jQuery Discussion. Subject: [jQuery] jQuery newbies? Hi folks, the infamous ppk wrote in his

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

2007-03-12 Thread Andy Matthews
You can look up any of those functions here: http://www.cfquickdocs.com/ At least their actual Coldfusion versions. It will show required arguments as well as return values. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Priest, James (NIH/NIEHS) [C]

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

2007-03-12 Thread Andy Matthews
) -Original Message- From: Andy Matthews [mailto:[EMAIL PROTECTED] Sent: Monday, March 12, 2007 9:25 AM To: 'jQuery Discussion.' Subject: Re: [jQuery] NEW Plug-in: cfjs (ColdFusionJavaScript) You can look up any of those functions here: http://www.cfquickdocs.com/ Oh I'm familiar

Re: [jQuery] Hide All Except One (tabs)

2007-03-12 Thread Andy Matthews
Same in IE7. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bruce Sent: Monday, March 12, 2007 2:53 PM To: discuss@jquery.com Subject: Re: [jQuery] Hide All Except One (tabs) Charles, it works great in firefox, but in ie6 on a pc I get a blank page

[jQuery] n-related select dropdown in jQuery?

2007-03-12 Thread Andy Matthews
Does anyone have code for an n-related select dropdown box(es) in jQuery? 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

Re: [jQuery] New plugin: ContextMenu

2007-03-09 Thread Andy Matthews
Good job Chris... Seems very responsive too. One thing I'll throw out there for you to think about. I built a map for a browser based game called Travian a while back. One of the things my map did (over the in-game map) was that you could right click on a player and get a list of options. The

Re: [jQuery] New plugin: ContextMenu

2007-03-09 Thread Andy Matthews
. Subject: Re: [jQuery] New plugin: ContextMenu Hi Andy, Travian sounds interesting! I'll have to check that out... The ability to add/remove/enable/disable menu items based on the target is something I'm working on for the next version, along with some other goodies :) Chris On 10/03/07, Andy

Re: [jQuery] simple - focusing on an input

2007-03-09 Thread Andy Matthews
It references the first matching element. It's array notation. _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Paul Sent: Friday, March 09, 2007 2:24 PM To: 'jQuery Discussion.' Subject: Re: [jQuery] simple - focusing on an input Thanks for the reply, Francesco. Your

Re: [jQuery] New Plugin: jqChart - Charts plugin for jQuery

2007-03-09 Thread Andy Matthews
I get those same errors in IE7 _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Josh Nathanson Sent: Friday, March 09, 2007 3:45 PM To: jQuery Discussion. Subject: Re: [jQuery] New Plugin: jqChart - Charts plugin for jQuery My feedback: Saweet! Just FYI, some errors

Re: [jQuery] Autocomplete Plug-In at dyve.net CF

2007-03-08 Thread Andy Matthews
Dan Switzer has already done this Rick. http://www.pengoworks.com/workshop/jquery/autocomplete.htm _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rick Faircloth Sent: Thursday, March 08, 2007 2:46 PM To: 'jQuery Discussion.' Subject: [jQuery] Autocomplete Plug-In at

Re: [jQuery] jQuery + ColdFusion - auto complete examples?

2007-03-04 Thread Andy Matthews
Here's a quick example: http://www.co-opcookbook.com/test.cfm It's not working 100% right now, I think due to the way mySQL stores the data (extra carriage returns at the end maybe). But here's the code for it (note, this uses an older version of jQuery). I haven't take the time to update this

[jQuery] Tree plugin with AJAX calls?

2007-03-02 Thread Andy Matthews
A friend of mine was asking me if I knew of a tree plugin that loaded in it's branches/leaves with AJAX. I saw Jorn's plugin (which looks awesome), but is there a jQuery plugin that does with AJAX? Andy Matthews Senior Coldfusion Developer Office

Re: [jQuery] Auto completion example

2007-03-02 Thread Andy Matthews
There's one or more autocomplete plugins listed on the plugins page of jQuery.com: http://docs.jquery.com/Plugins -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ricardo Parada Sent: Friday, March 02, 2007 1:08 PM To: discuss@jquery.com Subject: [jQuery]

Re: [jQuery] Need some guidance...

2007-02-28 Thread Andy Matthews
Rick... To be honest, if you're just performing calculations on the values from the form fields, you don't even need an AJAX call. Just do the math in javascript. It'll be faster and seem more responsive to the user. _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of

[jQuery] Sliding something up to make it visible?

2007-02-27 Thread Andy Matthews
though. So instead of sliding the mask down to reveal the contents, I'dl like for the mask to slide UP to reveal the contents. Is this possible? Does anyone have code that can do this? Andy Matthews Senior Coldfusion Developer Office: 877.707.5467 x747 Direct

Re: [jQuery] Sliding something up to make it visible?

2007-02-27 Thread Andy Matthews
No one? Is this even possible? _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Andy Matthews Sent: Tuesday, February 27, 2007 8:16 AM To: [jQuery] Subject: [jQuery] Sliding something up to make it visible? I'm working on a site which will use a div at the top

Re: [jQuery] Sliding something up to make it visible?

2007-02-27 Thread Andy Matthews
try the Slide In Down from the interface plugin? http://interface.eyecon.ro/demos/ifx.html#slide-fx Rolf Andy Matthews-4 wrote: No one? Is this even possible? _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Andy Matthews Sent: Tuesday, February 27, 2007 8:16

Re: [jQuery] Sliding something up to make it visible?

2007-02-27 Thread Andy Matthews
. /alex On 2/27/07, rolfsf [EMAIL PROTECTED] wrote: did you try the Slide In Down from the interface plugin? http://interface.eyecon.ro/demos/ifx.html#slide-fx Rolf Andy Matthews-4 wrote: No one? Is this even possible? _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED

Re: [jQuery] toggling radio buttons

2007-02-27 Thread Andy Matthews
That worked perfectly Mike. Thanks! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mike Alsup Sent: Tuesday, February 27, 2007 2:18 PM To: jQuery Discussion. Subject: Re: [jQuery] toggling radio buttons I'd like to write a jQ script which sets all o

Re: [jQuery] How connect Jquery to Mysql

2007-02-27 Thread Andy Matthews
jQuery cannot be directly connected to a database server. You'd need some sort of programming language such as Coldfusion, PHP or ASP. _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of MARIO MOURA Sent: Tuesday, February 27, 2007 4:43 PM To: discuss@jquery.com Subject:

Re: [jQuery] KICK-BUTT javascript based Zoom feature

2007-02-26 Thread Andy Matthews
Zoom feature Really all that is is a image of a grid that stays aligned with the mouse, and a higher resolution image that scrolls depending on the mouse position. It doesnt even use jQuery. Im going to call this one as a lame attempt at spamming this mailing list. On 2/5/07, Andy Matthews

Re: [jQuery] Release: jQueryHelp - code reference application

2007-02-23 Thread Andy Matthews
Will this automatically load in updates when new versions are released? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sean O Sent: Thursday, February 22, 2007 2:03 PM To: discuss@jquery.com Subject: Re: [jQuery] Release: jQueryHelp - code reference

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

2007-02-23 Thread Andy Matthews
... CF or jQuery? Rick, Andy Matthews came up with a nice intro which you can find here: http://www.365labs.net/cf_jquery/jquery_coldfusion_quickstart.htm Take a peak at that to see if it helps. Rey... Rick Faircloth wrote: Thanks, Mike. Now, for someone like me, who has absolutely

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

2007-02-23 Thread Andy Matthews
Michael... You probably shouldn't be using cfdump on your output page. That includes loads of javascript, extra styles and lots of HTML crap. You'd be better off using cfoutput or calling your CFC directly. _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Michael E.

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

2007-02-23 Thread Andy Matthews
PROTECTED] On Behalf Of Andy Matthews Sent: Friday, February 23, 2007 9:13 AM To: 'jQuery Discussion.' Subject: Re: [jQuery] Best way to do AJAX... CF or jQuery? Oh no...that wasn't me Rey, just to be fair. I can't recall who did it, but it wasn't me. -Original Message- From: [EMAIL PROTECTED

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

2007-02-23 Thread Andy Matthews
It's all good. Credit where credit is due my friend. Andy Matthews Senior Coldfusion Developer Office: 877.707.5467 x747 Direct: 615.627.9747 Fax: 615.467.6249 [EMAIL PROTECTED] www.dealerskins.com -Original Message- From: [EMAIL PROTECTED

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

2007-02-23 Thread Andy Matthews
You don't want cfdump. Use cfoutput instead. You might have to do some basic formatting, but that's not a big deal. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rick Faircloth Sent: Friday, February 23, 2007 10:52 AM To: 'jQuery Discussion.' Subject:

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

2007-02-23 Thread Andy Matthews
You might be able to but I think that Adobe and Macromedia both had policies that you couldn't upgrade from more than two versions back. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rick Faircloth Sent: Friday, February 23, 2007 12:01 PM To: 'jQuery

Re: [jQuery] Reference to the last DIV in a group?

2007-02-22 Thread Andy Matthews
Indeed...efficiency is ranked near the tippy-top in my book. _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Chris Domigan Sent: Thursday, February 22, 2007 1:27 PM To: jQuery Discussion. Subject: Re: [jQuery] Reference to the last DIV in a group? The beautiful

Re: [jQuery] Google's Summer of Code

2007-02-16 Thread Andy Matthews
That one's completely broken in IE7, FYI. _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kenneth Sent: Friday, February 16, 2007 3:49 PM To: jQuery Discussion. Subject: Re: [jQuery] Google's Summer of Code And while we are at dreaming: A decent file upload plugin

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

2007-02-09 Thread Andy Matthews
Just curious...how are you guys finding out these sites use jQuery? Standard check the source or what? _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sam Sherlock Sent: Friday, February 09, 2007 1:32 AM To: jQuery Discussion. Subject: Re: [jQuery] jQuery Powered Sites -

Re: [jQuery] the best way to get live data

2007-02-09 Thread Andy Matthews
The heartbeat plugin? jHeartbeat I think it's called? _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Paul Sent: Thursday, February 08, 2007 5:44 PM To: discuss@jquery.com Subject: [jQuery] the best way to get live data We have several industrial weight scales that

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

2007-02-09 Thread Andy Matthews
Nice one. _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dave Methvin Sent: Friday, February 09, 2007 8:52 AM To: 'jQuery Discussion.' Subject: Re: [jQuery] jQuery Powered Sites - Keep the Links Coming Just curious...how are you guys finding out these sites use

Re: [jQuery] jQUpload - request for features

2007-02-09 Thread Andy Matthews
Totally broken in IE7. I don't even get any form fields, just a unknown runtime error on line 82. _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sam Sherlock Sent: Friday, February 09, 2007 11:04 AM To: [EMAIL PROTECTED]; jQuery Discussion. Subject: Re: [jQuery]

Re: [jQuery] Want to know if sites are jQuery powered? Check this out!

2007-02-09 Thread Andy Matthews
How fun is that?! Good idea Paul! Installed! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Paul Bakaus Sent: Friday, February 09, 2007 11:23 AM To: jQuery Discussion. Subject: [jQuery] Want to know if sites are jQuery powered? Check this out! Hi guys,

[jQuery] OT: rey bango...can you email me please?

2007-02-07 Thread Andy Matthews
Hey Rey... When you see this, if you have a moment, would you mind emailing me? I can't find your address on the lists anywhere. Andy Matthews Senior Coldfusion Developer Office: 877.707.5467 x747 Direct: 615.627.9747 Fax: 615.467.6249 [EMAIL

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

2007-02-07 Thread Andy Matthews
just that string of text for the grocery list DIV. _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Christopher Jordan Sent: Tuesday, February 06, 2007 5:21 PM To: jQuery Discussion. Subject: Re: [jQuery] AjaxCFC (paging Rey Bango...) Andy, That's exactly what I've done

Re: [jQuery] Star rating plugin with half star option?

2007-02-07 Thread Andy Matthews
It displays half stars, but it sounds like the OP wants to be able to SELECT a half star. _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sam Sherlock Sent: Tuesday, February 06, 2007 7:36 PM To: jQuery Discussion. Subject: Re: [jQuery] Star rating plugin with half star

Re: [jQuery] Another jQuery Modal Slideshow

2007-02-07 Thread Andy Matthews
I like it. The transitions are nice. Only comment I have is that you should have a loading spinner between transitions as your images are fairly large in file size. When I clicked on the first thumbnail I had to wait about 7 or 8 seconds before the image loaded. At that point I wasn't sure if

Re: [jQuery] jQuery operations on ajax data

2007-02-07 Thread Andy Matthews
You just have to reassign the function to the images after you load in content. _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Paul Sent: Wednesday, February 07, 2007 3:14 PM To: 'jQuery Discussion.' Subject: [jQuery] jQuery operations on ajax data I'm using jQuery

Re: [jQuery] jQuery operations on ajax data

2007-02-07 Thread Andy Matthews
Of Paul Sent: Wednesday, February 07, 2007 3:30 PM To: 'jQuery Discussion.' Subject: Re: [jQuery] jQuery operations on ajax data I think I already am, Andy. Here's my first few lines; do I need to do something more? (And thanks, btw.) $(function() { /* Load the initial

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

2007-02-06 Thread Andy Matthews
Michael... Have you seen how easy it is to access a CFC 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]

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

2007-02-06 Thread Andy Matthews
: [jQuery] AjaxCFC (paging Rey Bango...) Hi Andy... are you referring to the one that returns a wddx packet from the cfc using the $.get() directly? As for AjaxCFC, I think I just like the thought of having the extra layer of Error Trapping and Security Check features for CFCs that Rob put in place

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

2007-02-06 Thread Andy Matthews
to cut out the middle man and go directly to the CFC. Thanks to Rob's hard work on AjaxCFC I can do this. Chris Michael E. Carluen wrote: Hi Andy... are you referring to the one that returns a wddx packet from the cfc using the $.get() directly? As for AjaxCFC, I think I just like the thought

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

2007-02-06 Thread Andy Matthews
as-is without modification (well... except that they have to extend ajax.cfc...). :o) Thanks for sharing your methods Andy! :o) Chris Andy Matthews wrote: Just so you know, you CAN use jQuery to hit the CFC directly. Here's a sample of code I'm using: js code: function addRecipe(id) { $.get(includes

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

2007-02-06 Thread Andy Matthews
better), but it's the way that makes sense to me. _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Paul Sent: Tuesday, February 06, 2007 4:05 PM To: 'jQuery Discussion.' Subject: Re: [jQuery] AjaxCFC (paging Rey Bango...) Andy, this is also good to know. I guess I'll figure

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

2007-02-06 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 blocked::http://www.dealerskins.com/ _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Paul Sent: Tuesday, February 06

Re: [jQuery] 3oh scroller by youngpup

2007-02-05 Thread Andy Matthews
I know...totally old school. But I don't think he just wants toe scrollbar...he's probably also looking for the bookmarks and the triangle that also adjust it's position on the scrollbar. _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sam Sherlock Sent: Saturday,

Re: [jQuery] Pending Release: jAssistant, a pop-out, tabbed, dialog window for jQuery

2007-02-05 Thread Andy Matthews
FYI, this doesn't work in IE7. I get a js error right off the bat as the page is loading. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Lquid Sent: Sunday, February 04, 2007 11:05 PM To: discuss@jquery.com Subject: [jQuery] Pending Release: jAssistant,

Re: [jQuery] 3oh scroller by youngpup

2007-02-05 Thread Andy Matthews
about youngpups work - the level of detail. Aaron Boodman - is Einstein, Da Vinci Houdini all in one fore the web I still say that all that could be replicated - just requires a degree of TFE (time + effort + energy) its more TFE than I have right now. - S On 05/02/07, Andy Matthews [EMAIL

[jQuery] KICK-BUTT javascript based Zoom feature

2007-02-05 Thread Andy Matthews
http://tinyurl.com/yubt54 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 Description: Windows bitmap

Re: [jQuery] KICK-BUTT javascript based Zoom feature

2007-02-05 Thread Andy Matthews
-BUTT javascript based Zoom feature On 2/5/07, Andy Matthews [EMAIL PROTECTED] wrote: http://tinyurl.com/yubt54_spamlink Spam ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/ ___ jQuery

Re: [jQuery] KICK-BUTT javascript based Zoom feature

2007-02-05 Thread Andy Matthews
this mailing list. On 2/5/07, Andy Matthews [EMAIL PROTECTED] wrote: http://tinyurl.com/yubt54_spam http://tinyurl.com/yubt54 Andy Matthews Senior Coldfusion Developer Office: 877.707.5467 x747 Direct: 615.627.9747 Fax: 615.467.6249 [EMAIL PROTECTED] https

Re: [jQuery] KICK-BUTT javascript based Zoom feature

2007-02-05 Thread Andy Matthews
Thanks for the backup Rey. Not specifically looking to build it in jQuery (although that would be great). Just wanted to share cool functionality with the list. andy -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rey Bango Sent: Monday, February 05

Re: [jQuery] KICK-BUTT javascript based Zoom feature

2007-02-05 Thread Andy Matthews
-BUTT javascript based Zoom feature Oops, sorry andy! I wasnt fully awake yet! That is a pretty responsive script. Ahem.. now that ive made myself look like an ass... It looks like a pretty simple script, and i'de help port it over if i wasnt working right now. On 2/5/07, Rey Bango [EMAIL

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

2007-02-02 Thread Andy Matthews
little or no previous experience with JS, like me. Perhaps some others with sufficient knowledge could provide some simples tutorials for the site. ??? Rick From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Andy Matthews Sent: Thursday, February 01, 2007 3:30 PM To: 'jQuery

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

2007-02-02 Thread Andy Matthews
Sure sure _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Karl Swedberg Sent: Friday, February 02, 2007 9:30 AM To: jQuery Discussion. Subject: Re: [jQuery] ANN: Brandon Aaron Joins learningjquery.com Exellent! Thanks, Andy. I'll be sending you and Alex Cook an email

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

2007-02-01 Thread Andy Matthews
Hurray! The more tutes the better. _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Karl Swedberg Sent: Thursday, February 01, 2007 2:25 PM To: jQuery Discussion. Subject: [jQuery] ANN: Brandon Aaron Joins learningjquery.com Hello dear friends, Just a quick note to

Re: [jQuery] Plugins Database: Rating Comments

2007-01-29 Thread Andy Matthews
to the author once a month or something. Then, if that author doesn't respond, the plugin can be moved into a unsupported section instead of mixed in with plugins which are being actively developed. andy -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Lick Sent

Re: [jQuery] Plugins Database: Rating Comments

2007-01-29 Thread Andy Matthews
: [jQuery] Plugins Database: Rating Comments Andy Matthews wrote: I think ratings functionality is a great idea! Let the community decide which are the best plugins. I also think that some sort of time-out feature would be good. For example, how many plugins are there that have been coded

Re: [jQuery] Changing a browser's starting page

2007-01-25 Thread Andy Matthews
I'm pretty sure this would be a MAJOR security breach and I doubt that it's allowed. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Gerry Danen Sent: Thursday, January 25, 2007 1:54 PM To: jQuery Discussion. Subject: [jQuery] Changing a browser's

  1   2   3   >