Re: [jQuery] Duplicating a row...

2006-12-20 Thread andy
; put any of this on a public server? > > Blair > > On 12/21/06, Andy Matthews <[EMAIL PROTECTED]> wrote: > > > > I'm working with recipes and I want to use some jQuery goodness to clone a > > DOM construct that will contain a few form fields so that adding &

Re: [jQuery] Duplicating a row...

2006-12-21 Thread andy
Quoting Brian Miller <[EMAIL PROTECTED]>: Interesting...VERY interesting. > This strikes me as a task where creating new elements may be less > gremlin-prone than cloning. > > Michael Geary's "Easy DOM Creation" plugin might make it easier to write a > function that creates the appropriate DOM t

Re: [jQuery] Duplicating a row...

2006-12-22 Thread andy
Quoting Dave Methvin <[EMAIL PROTECTED]>: Actually...I do believe that I have a pie recipe...only two of them though http://www.co-opcookbook.com/ Search for "Double Good Blueberry Pie" and "Key Lime Pie" andy > > I'm working with various jQ methods but

Re: [jQuery] plugins page

2006-12-24 Thread andy
Quoting Yusuf Önder Us <[EMAIL PROTECTED]>: Someone hacked it and put their website address on it. Why do people have to be such jerks? So that they wouldn't get the publicity, I replaced their site with a "under maintenance" message. > what happened to plugins page? does anyone have a copy of the

Re: [jQuery] Transparent PNG IE plugin for jQuery?

2006-11-10 Thread andy
Quoting Jörn Zaefferer <[EMAIL PROTECTED]>: > Andy Matthews schrieb: > > Here's one of the final pages: > > > http://www.modernessentials.com/landing.cfm/Looking+for+the+BDI+AVION...Welc > > ome! > > > > Thanks everyone for your help. > >

Re: [jQuery] Off topic: which programming language forwebdevelopment

2006-11-23 Thread andy
Quoting Aaron Heimlich <[EMAIL PROTECTED]>: That's awesome Aaron. That is pretty powerful. > On 11/22/06, Christopher Jordan <[EMAIL PROTECTED]> wrote: > > > > > > Er, you are aware that you can reference strings as arrays in PHP, or if > > needed convert a string to a real array in one line, rig

Re: [jQuery] Check element visibility

2006-12-13 Thread Andy Matthews
$("p").css("display"); -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of fullgarbage Sent: Wednesday, December 13, 2006 12:14 PM To: discuss@jquery.com Subject: [jQuery] Check element visibility Hello all, How can I check if a given element is visible or n

Re: [jQuery] Small jQuery 1.0.4 problems

2006-12-14 Thread Andy Matthews
Make sure to submit a bug report for any issues you find: http://jquery.com/dev/bugs/ -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Markus Peter Sent: Thursday, December 14, 2006 11:22 AM To: jQuery Discussion. Subject: [jQuery] Small jQuery 1.0.4 problem

Re: [jQuery] file uploads with jQuery?

2006-12-14 Thread Andy Matthews
I'll be REALLY excited if someone gets this working. I'm going to be building a new app coming up soon and this is precisely what I need. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Jörn Zaefferer Sent: Thursday, December 14, 2006 1:35 PM To: jQuery Dis

Re: [jQuery] Plugin: Mousehold

2006-12-15 Thread Andy Matthews
NICE one...good job Remy. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Remy Sharp Sent: Friday, December 15, 2006 1:03 PM To: discuss@jquery.com Subject: [jQuery] Plugin: Mousehold I've written a simple plugin that keeps firing the specified function

Re: [jQuery] Plugin: Mousehold

2006-12-15 Thread Andy Matthews
This would be a perfect thing to meld in with that form scroller plugin. Can't recall who wrote it, but it converted a form field into a widget that let you click up and down to change values. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of John Resig Sent:

Re: [jQuery] Plugin: Mousehold

2006-12-18 Thread Andy Matthews
er 16, 2006 2:19 AM To: jQuery Discussion. Subject: Re: [jQuery] Plugin: Mousehold Andy Matthews wrote: > This would be a perfect thing to meld in with that form scroller plugin. > Can't recall who wrote it, but it converted a form field into a widget that > let you click up and do

[jQuery] [EMAIL PROTECTED] Firefox error

2006-12-18 Thread Andy Matthews
I'm using some code that Mike Alsup provided a few months ago. I need to get the text of an option tag in addition to it's value. He suggested the following: $('#unit [EMAIL PROTECTED]').text(); Which works perfectly in IE, but not at all in Firefox. When this code is run on this page, Firefox re

[jQuery] Dvye.net Autocomplete issues - scrollbars in IE

2006-12-18 Thread Andy Matthews
I'm having an odd issue with the Autocompleter in IE. http://www.dyve.net/jquery/?autocomplete When I type something into the search box, presto, I get long horizontal and vertical scrollbars. After I select an option from the dropdown list, the scrollbars go away. Is it possible to fix this iss

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

2006-12-18 Thread Andy Matthews
I for one would be interested in seeing photos. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Rey Bango Sent: Monday, December 18, 2006 8:49 AM To: jQuery Discussion. Subject: [jQuery] NEWS: Meet The People Behind jQuery Some big changes have been going

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

2006-12-18 Thread Andy Matthews
You could post pictures for some people, then put pictures of monkeys for the other people because hey...who doesn't like monkeys? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of John Resig Sent: Monday, December 18, 2006 11:17 AM To: jQuery Discussion. Su

Re: [jQuery] [EMAIL PROTECTED] Firefox error

2006-12-18 Thread Andy Matthews
Ooops... Thought I did... http://co-opcookbook.com/test.cfm -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Jörn Zaefferer Sent: Monday, December 18, 2006 12:16 PM To: jQuery Discussion. Subject: Re: [jQuery] [EMAIL PROTECTED] Firefox error Andy

Re: [jQuery] [EMAIL PROTECTED] Firefox error

2006-12-18 Thread Andy Matthews
That did it. Thanks guys! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Mike Alsup Sent: Monday, December 18, 2006 1:07 PM To: jQuery Discussion. Subject: Re: [jQuery] [EMAIL PROTECTED] Firefox error > I'm unfamiliar with the previous post where Mike su

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

2006-12-18 Thread Andy Matthews
t; Chris > > Rey Bango wrote: > >>Well, I for one do *NOT* have this problem. I am a stud of a plus-size >>model! hehe >> >>Rey... >> >>Karl Swedberg wrote: >> >> >>>Good idea, Andy. In fact, a monkey picture would be an improvement

[jQuery] Value of currently selected radio button

2006-12-18 Thread Andy Matthews
How would I use jQuery to get the value of the currently selected radio button in a group (say the group had a common class of .radioMe? ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] Value of currently selected radio button

2006-12-18 Thread Andy Matthews
previous thread today on this topic. -- Brandon Aaron On 12/18/06, Andy Matthews <[EMAIL PROTECTED]> wrote: > How would I use jQuery to get the value of the currently selected radio > button in a group (say the group had a common class of .radioMe? > > andy matthews > web d

Re: [jQuery] Value of currently selected radio button

2006-12-18 Thread Andy Matthews
it should work according to a previous thread today on this topic. -- Brandon Aaron On 12/18/06, Andy Matthews <[EMAIL PROTECTED]> wrote: > How would I use jQuery to get the value of the currently selected radio > button in a group (say the group had a common class of .radioMe? >

Re: [jQuery] Value of currently selected radio button

2006-12-18 Thread Andy Matthews
Doesn't seem to be working: http://www.xrag.com/jquery_test/ the radio buttons are valued sequentially starting with 2. Using that code always returns the value of the first radio button. Any ideas? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Brandon

Re: [jQuery] Value of currently selected radio button

2006-12-18 Thread Andy Matthews
oMe :selected and that didn't seem to work. I'll give the other > one a try. Sorry Andy, it should be :checked, not :selected. $('input.radioMe:checked').val() > By the way, is there documentation about any of these extra goodies > anywhere? That's not in the API an

Re: [jQuery] Value of currently selected radio button

2006-12-18 Thread Andy Matthews
Scratch that... Used :checked in it's place and it works a treat! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Andy Matthews Sent: Monday, December 18, 2006 3:12 PM To: jQuery Discussion. Subject: Re: [jQuery] Value of currently selected radio b

Re: [jQuery] Value of currently selected radio button

2006-12-18 Thread Andy Matthews
worked for me: $('[EMAIL PROTECTED]:checked').val() -- Brandon Aaron On 12/18/06, Andy Matthews <[EMAIL PROTECTED]> wrote: > Doesn't seem to be working: > http://www.xrag.com/jquery_test/ > > the radio buttons are valued sequentially starting with 2. Using that code

Re: [jQuery] Speed Tests

2006-12-19 Thread Andy Matthews
My results: $('body') 1.33ms 0.64ms 0.62ms $('body div') 34.38ms 34.38ms 34.06ms $('div', [jQuery('div'), jQuery('a')]) 69.06ms 68.12ms 67.82ms document.body.getElementsByTagName('div') 0ms 0ms 0ms $(jQuery.merge(document.getElementsByTagName('div'), [])) 23.12ms 23.1

Re: [jQuery] JQuery driven site

2006-12-19 Thread Andy Matthews
Not bad Stefan... The site works fine, but you have some UI issues that you might want to deal with. For example, the search form takes up fully half of the vertical width of the screen. I have to scroll to see ANY of the fonts that come back in my search. May I suggest putting the search inside

Re: [jQuery] jquery session handling versus PHP

2006-12-19 Thread Andy Matthews
I'd vote for letting PHP do the session management. That way all of that load is on the server (which is made for handling it). Then you can, at any time, reference a session with AJAX. It's what I do on my cookbook site. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECT

Re: [jQuery] New design on jquery.com

2006-12-20 Thread Andy Matthews
Right... My IE as well. The logo is cut off about 1/4 inch from the top. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Aaron Heimlich Sent: Tuesday, December 19, 2006 7:19 PM To: jQuery Discussion. Subject: Re: [jQuery] New design on jquery.com

[jQuery] Odd clone bug

2006-12-20 Thread Andy Matthews
I've since changed the code on my sample page, but I found an odd bug in jQuery using a combination of clone() and appendTo() that I wanted to put out there. I had a table with 4 columns that I was using for a form entry. Then I created a "template" row that was hidden. When the use entered data f

Re: [jQuery] Odd clone bug

2006-12-20 Thread Andy Matthews
I've since changed my code. I used Divs instead of tables and didn't have this problem. And I don't use thead tags. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Dave Methvin Sent: Wednesday, December 20, 2006 8:58 AM To: 'jQuery Discussion.' Subject: Re

Re: [jQuery] Autocomplete IDE WAS New design on jquery.com

2006-12-20 Thread Andy Matthews
Let's change the subject line shall we? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Erik Beeson Sent: Wednesday, December 20, 2006 11:59 AM To: jQuery Discussion. Subject: Re: [jQuery] New design on jquery.com It's "native" in that it does

Re: [jQuery] Masked Phone Number Input

2006-12-20 Thread Andy Matthews
Nice plugin. If you're going to release this, you might consider also allowing formatting for credit card numbers, social security numbers and all that good stuff. Then get it melded in with the official form plugin. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTE

[jQuery] Duplicating a row...

2006-12-20 Thread Andy Matthews
I'm working with recipes and I want to use some jQuery goodness to clone a DOM construct that will contain a few form fields so that adding ingredients is easy, and fun. I thought that it would be pretty easy to code but it's giving me some trouble and I wanted to see if you guys could help me out.

Re: [jQuery] Plugin for UI blocking - an alternative to sync ajax

2006-12-27 Thread Andy Matthews
Mike.. I don't think that it's correct to say that it's "never a good idea" to lock the entire browser. One of the benefits of AJAX is that the browser allows you to code an application in the browser which behaves more like a traditional app. And there are plenty of times when the user would exp

Re: [jQuery] Plugin for UI blocking - an alternative to sync ajax

2006-12-27 Thread Andy Matthews
Gotcha...thanks for clarifying. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Mike Alsup Sent: Wednesday, December 27, 2006 12:47 PM To: jQuery Discussion. Subject: Re: [jQuery] Plugin for UI blocking - an alternative to sync ajax > I don't think that's

[jQuery] Transmit form contents, receive response...best method?

2006-12-27 Thread Andy Matthews
I'm working on a CMS for a client. I'm building a newsletter manager where they can type in various attributes of the newsletter as a whole, then add articles on a need basis. I'm going to have the following fields: Type (select box with 4 options) Title (one sentence at most) SubTitle (one sente

[jQuery] Auto scrolling the page to a specific point - like anchor links with animation

2006-12-28 Thread Andy Matthews
I've seen some sites (not sure if they're jQuery powered or not) that have a page scroll triggered where the window auto-scrolls down to a certain point on the page. Sort of link using an anchor link, but you can actually see the page moving. I'm wanting to do that as part of a form I'm working on

[jQuery] Clearing all form field values

2006-12-28 Thread Andy Matthews
I'm going to be submitting a form via AJAX and I'd like to be able to clear all of the fields afterwards. I could obviously do it by referencing each field manually, but I'm wondering if it's possible to do something like this: $('#myForm').clearFields(); or something to that effect. I just want t

Re: [jQuery] Auto scrolling the page to a specific point - like anchor links with animation

2006-12-28 Thread Andy Matthews
animation Andy Matthews schreef: > I've seen some sites (not sure if they're jQuery powered or not) that have a > page scroll triggered where the window auto-scrolls down to a certain point > on the page. Sort of link using an anchor link, but you can actually see the > page moving

Re: [jQuery] Clearing all form field values

2006-12-28 Thread Andy Matthews
Haven't tried it. I didn't know it was there. Thanks guys! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Dave Methvin Sent: Thursday, December 28, 2006 8:07 AM To: 'jQuery Discussion.' Subject: Re: [jQuery] Clearing all form field values > I just want t

Re: [jQuery] Auto scrolling the page to a specific point - like anchor links with animation

2006-12-28 Thread Andy Matthews
ct: Re: [jQuery] Auto scrolling the page to a specific point - like anchor links with animation Andy Matthews schreef: > I've seen some sites (not sure if they're jQuery powered or not) that have a > page scroll triggered where the window auto-scrolls down to a certain point > on the p

Re: [jQuery] Transmit form contents, receive response...best method?

2006-12-28 Thread Andy Matthews
Mike... I feel that it's easier to simply return the HTML string for the element that will get appended. Your example seems to return JSON (a javascript object right?). What are your thoughts on that? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Mike Al

Re: [jQuery] Auto scrolling the page to a specific point - like anchor links with animation

2006-12-28 Thread Andy Matthews
point - like anchor links with animation Andy Matthews schreef: > Okay... > > I've downloaded the ifxscroll.js file and I've set it up after the call to > jQuery.js in my code. I've got this line: > > $('#ST').ScrollTo(800); > > And it's gi

Re: [jQuery] Auto scrolling the page to a specific point - like anchor links with animation

2006-12-28 Thread Andy Matthews
f Of David Duymelinck Sent: Thursday, December 28, 2006 8:46 AM To: jQuery Discussion. Subject: Re: [jQuery] Auto scrolling the page to a specific point - like anchor links with animation Andy Matthews schreef: > Okay... > > I've downloaded the ifxscroll.js file and I've set it up after

Re: [jQuery] Auto scrolling the page to a specific point - likeanchor links with animation

2006-12-28 Thread Andy Matthews
lto:[EMAIL PROTECTED] Behalf Of Karl Swedberg Sent: Thursday, December 28, 2006 9:01 AM To: jQuery Discussion. Subject: Re: [jQuery] Auto scrolling the page to a specific point - likeanchor links with animation Hi Andy, I think the ifxscroll.js is dependent on another component of the Interf

Re: [jQuery] Transmit form contents, receive response...best method?

2006-12-28 Thread Andy Matthews
Ah...I see... That makes perfect sense. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Mike Alsup Sent: Thursday, December 28, 2006 9:08 AM To: jQuery Discussion. Subject: Re: [jQuery] Transmit form contents, receive response...best method? > I feel tha

[jQuery] Getting the val() or html() of an FCKEditor field using jQuery

2006-12-28 Thread Andy Matthews
I thought this would be fairly straightforward but it appears to be causing me some distress. I need to get the value of an FCKEditor field for transmission using AJAX. However, when I reference the fields ID and call the val() method, I get a blank result when there is definitely content in it. Ca

Re: [jQuery] Auto scrolling the page to a specific point -likeanchor links with animation

2006-12-28 Thread Andy Matthews
page to a specific point -likeanchor links with animation You're right. Sorry about that, Andy. Tried to attach a tested copy of scrollto.js, but the mailserver rejected it. So, you can find it here now: http://www.karlswedberg.com/scripts/scrollto.js Hope that helps. -

[jQuery] Getting the val() or html() of an FCKEditor field using jQuery

2006-12-28 Thread Andy Matthews
Don't think this came through the first time -- I thought this would be fairly straightforward but it appears to be causing me some distress. I need to get the value of an FCKEditor field for transmission using AJAX. However, when I reference the fields ID and call the val() method, I

Re: [jQuery] Clearing all form field values

2006-12-28 Thread Andy Matthews
The problem for me (in this case) is that the few fields that need to be transmitted via AJAX (and then reset) are part of a larger form that I do NOT want to get reset. I might just have to do each field manually. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]

Re: [jQuery] Clearing all form field values

2006-12-28 Thread Andy Matthews
Query] Clearing all form field values You could try putting a form within a form. I'm not sure how valid it is, but it definitely solves certain problems. -- Yehuda On 12/28/06, Andy Matthews <[EMAIL PROTECTED]> wrote: The problem for me (in this case) is that the few fields

Re: [jQuery] Should one announce something like that?

2006-12-28 Thread Andy Matthews
My guess is that you could do a "WHERE comment LIKE '%whore%' and be in pretty good shape. ;) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of John Resig Sent: Thursday, December 28, 2006 4:33 PM To: jQuery Discussion. Subject: Re: [jQuery] Should one annou

Re: [jQuery] Getting the val() or html() of an FCKEditor field using jQuery

2006-12-29 Thread Andy Matthews
u must simply call the FCKeditorAPI.GetInstance method. For example: var oEditor = FCKeditorAPI.GetInstance('InstanceName') ; . . . These are the most useful properties and methods of this object: . . . Methods: * GetXHTML( formatted ) Andy Matthews-2 wrote: > > I need to

Re: [jQuery] Very Cool Window Plugin

2006-12-29 Thread Andy Matthews
Runs REALLY, REALLY slow on my IE6/PC. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Rey Bango Sent: Thursday, December 28, 2006 9:09 PM To: jQuery Discussion. Subject: [jQuery] Very Cool Window Plugin This plugin is VERY cool: http://www.consulenza-we

Re: [jQuery] New Plugin: JSwitchy

2006-12-29 Thread Andy Matthews
Wow... That's pretty nice. So do you actually have to design multiple templates or is just designing multiple stylesheets? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Jason Levine Sent: Friday, December 29, 2006 10:39 AM To: discuss@jquery.com Subject:

Re: [jQuery] Dynamically removing an inline script block

2007-01-04 Thread Andy Matthews
$('script').remote(); Should do the trick right? Assuming that you put that before the call to Mike's function (which probably adds script tags). Andy Matthews Senior Coldfusion Developer Office: 877.707.5467 x865 Direct: 615.627.9865 Fax: 615.467.6249 [

Re: [jQuery] Dynamically removing an inline script block

2007-01-04 Thread Andy Matthews
You could also read in the file using Coldfusion or PHP and remove the script block that way. - Andy Matthews Senior Coldfusion Developer Office: 877.707.5467 x865 Direct: 615.627.9865 Fax: 615.467.6249 [EMAIL PROTECTED] www.dealerskins.com -Original Message- From: [EMAIL

Re: [jQuery] select links not children of li

2007-01-08 Thread Andy Matthews
Should be: $('a').not('li a'); ____ 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 PROTE

Re: [jQuery] select links not children of li

2007-01-08 Thread Andy Matthews
, but it also removes the two links found within LI tags, which from the way I read the API it should not. ____ Andy Matthews Senior Coldfusion Developer Office: 877.707.5467 x747 Direct: 615.627.9747 Fax: 615.467.6249 [EMAIL PROTECTED] www.dealerskins.com

Re: [jQuery] select links not children of li

2007-01-08 Thread Andy Matthews
Okay... So then why wouldn't THIS work: $('a').filter('li a').click( function() { $(this).remove(); return false; }); ____ Andy Matthews Senior Coldfusion Developer Office: 877.707.5467 x747 Direct: 615.627.9747

Re: [jQuery] select links not children of li

2007-01-08 Thread Andy Matthews
expression." That seems to me like it should work. $('a') // select all a elements $('a').not('li a') // that are not children of an LI tag Andy Matthews Senior Coldfusion Developer Office: 877.707.5467 x747 Di

Re: [jQuery] select links not children of li

2007-01-09 Thread Andy Matthews
Ooooh... I think I see now. You're saying that once I get a jQuery object, I can filter out children of that object but not parents? Can you give me a quick example Jörn? ____ Andy Matthews Senior Coldfusion Developer Office: 877.707.5467 x747 D

Re: [jQuery] Play around with JQuery

2007-01-10 Thread Andy Matthews
More importantly you can do this with CSS instead of javascript: http://www.hunlock.com/blogs/Attach_icons_to_anything_with_CSS. http://www.askthecssguy.com/2006/12/showing_hyperlink_cues_with_cs_1.html Andy Matthews Senior Coldfusion Developer Office

Re: [jQuery] jQuery Star Ratings

2007-01-10 Thread Andy Matthews
elimited.com/uploads/rating.gif andy _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Yehuda Katz Sent: Tuesday, January 09, 2007 10:25 PM To: jQuery Discussion. Subject: [jQuery] jQuery Star Ratings Building on the good conceptual work of Wil Stuckey for Star Ratings, I have

Re: [jQuery] Play around with JQuery

2007-01-10 Thread Andy Matthews
TheCounter.com says 12%, but still far lower than what would be considered penetration of any sort. Oh well, just wanted to point out the option. andy -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of David Duymelinck Sent: Wednesday, January 10, 2007 8

Re: [jQuery] Play around with JQuery

2007-01-10 Thread Andy Matthews
Oh...I see...that is a good idea Olaf. I didn’t notice that you were using the favicon. andy -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Olaf Bosch Sent: Wednesday, January 10, 2007 9:16 AM To: jQuery Discussion. Subject: Re: [jQuery] Play around

Re: [jQuery] Please remove me from this list.

2007-01-10 Thread Andy Matthews
http://jquery.com/mailman/listinfo/discuss_jquery.com _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of David Jenkins Sent: Wednesday, January 10, 2007 11:20 AM To: discuss@jquery.com Subject: [jQuery] Please remove me from this list. ---

Re: [jQuery] List of jQuery-Powered Sites

2007-01-10 Thread Andy Matthews
That's really nice George...great job. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of George Adamson Sent: Wednesday, January 10, 2007 1:47 PM To: discuss@jquery.com Subject: Re: [jQuery] List of jQuery-Powered Sites Just a little one... We're introdu

Re: [jQuery] List of jQuery-Powered Sites

2007-01-10 Thread Andy Matthews
Stefan.. Man...what a difference it makes with you lining up the checkboxes. So much easier to read them. _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Stefan Holmberg Sent: Wednesday, January 10, 2007 2:55 PM To: jQuery Discussion. Subject: Re: [jQuery] List of jQuer

Re: [jQuery] mousewheel plugin updated

2007-01-11 Thread Andy Matthews
Nice Brandon... IE7 here. Everything seemed to work as promised except test 6 which says "should only do something when the mousewheel is moved down." yet I got a response in the monitor pane when I moved the mousewheel up. Just FYI. This works really well, you should be proud of yourself. I can

Re: [jQuery] [plugin] jdMenu - Finally Released!

2007-01-12 Thread Andy Matthews
Nicely done... This might be a setting you've got on the menu, but it doesn't seem very responsive. It's almost a whole second of wait onmouseover for the menu to popup. _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jonathan Sharp Sent: Friday, January 12, 2007 12:27

Re: [jQuery] [plugin] jdMenu - Finally Released!

2007-01-12 Thread Andy Matthews
Okay. I figured that it was a setting. Other than that (which can be changed) this is excellent work. andy -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mike Alsup Sent: Friday, January 12, 2007 12:56 PM To: jQuery Discussion. Subject: Re: [jQuery

Re: [jQuery] jQuery 1.1, Site, Docs, Surprise

2007-01-15 Thread Andy Matthews
Woohoo!!! The new site looks HOT! Well done team. This is one of those things that needed to be done to take jQuery's respect and appearance to the next level. andy -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of John Resig Sent: Sunday, Janua

Re: [jQuery] New Plugin: jQuery Image Strip

2007-01-15 Thread Andy Matthews
I think it's really well done. Don't let them get you down Joshua...great job. andy -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rey Bango Sent: Monday, January 15, 2007 8:54 AM To: jQuery Discussion. Subject: Re: [jQuery] New Plugin: jQ

Re: [jQuery] Dylan Verheul's Autocomplete Mod...

2007-01-16 Thread Andy Matthews
Good idea with the UNION statement Dan. Wouldn't have thought about running the query that way. andy -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dan G. Switzer, II Sent: Tuesday, January 16, 2007 2:16 PM To: 'jQuery Discussion.&#x

Re: [jQuery] jQuery Easing plugin

2007-01-17 Thread Andy Matthews
#x27;#myDiv).slideUp({duration: 1000, easing: method}); ?? Andy matthews -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of George Smith Sent: Wednesday, January 17, 2007 6:11 AM To: discuss@jquery.com Subject: [jQuery] jQuery Easing plugin This has now bee

Re: [jQuery] "THE" List of Sites Using jQuery

2007-01-17 Thread Andy Matthews
. It's a little misleading and you don't want that to affect people's perceptions. Andy matthews -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Fil Sent: Wednesday, January 17, 2007 9:34 AM To: jQuery Discussion. Subject: Re: [jQuery

Re: [jQuery] "THE" List of Sites Using jQuery

2007-01-17 Thread Andy Matthews
I'd also suggest a columnar display for the links so that the page isn't quite as long as it is. andy -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Fil Sent: Wednesday, January 17, 2007 9:34 AM To: jQuery Discussion. Subject: Re: [jQuery]

[jQuery] Looking for jQuery based Color picker (not farbtastic)...

2007-01-18 Thread Andy Matthews
on I don't want Farbtastic is because it's so large. Anything like this? ____ Andy Matthews Senior Coldfusion Developer Office: 877.707.5467 x747 Direct: 615.627.9747 Fax: 615.467.6249 [EMAIL PROTECTED] www.dealerskins.com <htt

[jQuery] Plugins page in the wiki

2007-01-18 Thread Andy Matthews
is messed up... Displaying a single column which is only about 2 inches wide. Makes the page tremendously long. Andy Matthews Senior Coldfusion Developer Office: 877.707.5467 x747 Direct: 615.627.9747 Fax: 615.467.6249 [EMAIL PROTECTED

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 startin

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

2007-01-25 Thread Andy Matthews
Then put a hard stop on the domain. Don't auto-forward them, just put instructions on how to change their home page. Do that for a week and people will get the message. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Gerry Danen Sent: Thursday, January 25

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

2007-01-25 Thread Andy Matthews
Calm down now. I don't know if ANYTHING calls for that. _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jonathan Sharp Sent: Thursday, January 25, 2007 3:11 PM To: jQuery Discussion. Subject: Re: [jQuery] Changing a browser's starting page I think this calls for appropr

Re: [jQuery] Plugins Database: Rating & Comments

2007-01-29 Thread Andy Matthews
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 Beha

Re: [jQuery] Plugins Database: Rating & Comments

2007-01-29 Thread Andy Matthews
t: Re: [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 th

Re: [jQuery] [New Plugin] jqModal -- Minimalist Modaling with jQuery

2007-01-29 Thread Andy Matthews
That page has some freaking AWESOME dialog boxes!! _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Glen Lipka Sent: Monday, January 29, 2007 10:38 AM To: jQuery Discussion. Subject: Re: [jQuery] [New Plugin] jqModal -- Minimalist Modaling with jQuery http://yui-ext.com/

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 ann

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

2007-02-02 Thread Andy Matthews
into the jQuery fold who have 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, Februar

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

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

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 <

[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

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

2007-02-05 Thread Andy Matthews
day, February 05, 2007 8:45 AM To: jQuery Discussion. Subject: Re: [jQuery] KICK-BUTT javascript based Zoom feature On 2/5/07, Andy Matthews <[EMAIL PROTECTED]> wrote: > http://tinyurl.com/yubt54_spamlink Spam __

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

2007-02-05 Thread Andy Matthews
mming 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

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
uery] KICK-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, Re

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

  1   2   3   4   >