Re: [jQuery] select box - options manipulation

2007-03-21 Thread Alex Cook
You would be correct sir :) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rob Wilkerson Sent: Wednesday, March 21, 2007 9:18 AM To: jQuery Discussion. Subject: Re: [jQuery] select box - options manipulation Options within selects don't have an onclick

Re: [jQuery] Code simplifying request.

2007-03-21 Thread Alex Cook
Try something like this... $('form#checkout').submit( function(){ //Refernce the elm if you are going to $() it more then once $elm = $('input#rxt_forename'); if($elm.val() == ''){ //Double check the end() usage here, should work

Re: [jQuery] animating off screen

2007-03-20 Thread Alex Cook
Wow... that is ... so not the jQuery way to do things ;) First, go download the Dimensions plugin. With it you can get a value for the window's innerWidth cross-browser. See, Dimensions extends the .width() and .height() functions so you can pass window to the $() selector and get a proper

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

2007-03-16 Thread Alex Cook
Oh Expression Engine... now tell me it uses jQuery in the CMS and I might have to go digging more... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Charles Stuart Sent: Friday, March 16, 2007 9:55 AM To: jQuery Discussion. Subject: Re: [jQuery] jQuery

Re: [jQuery] php - web service (ajax/jscript)

2007-03-16 Thread Alex Cook
I was about to write out this detailed explanation of how you all are making this much harder on yourselves then necessary but Bruce beat me too it :) Any script included at runtime = safe Anything attempted to be loaded AFTER runtime = unsafe -ALEX -Original Message- From: [EMAIL

Re: [jQuery] Navigation on Chelsea FC website

2007-03-14 Thread Alex Cook
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Subject: [jQuery] Navigation on Chelsea FC website Does anyone have an idea though how to the thumbnails though?   Gerry - There are a few ways this could be done, but I'm assumeing they are externally loaded

Re: [jQuery] Please add a basic debug function to the jQuery core...

2007-03-13 Thread Alex Cook
Here here, this is a great plugin for this purpose... From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Benjamin Sterling Sent: Monday, March 12, 2007 6:07 PM To: jQuery Discussion. Subject: Re: [jQuery] Please add a basic debug function to the

Re: [jQuery] I made an online jukebox in jQuery

2007-03-13 Thread Alex Cook
Nice work... I didn't see any large lag myself so I can't help there... I would suggest binding the shift+enter to the body rather then the filter box as a user might scroll up and down the list to see the results before deciding to check em all or check a few individually... Minor points,

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

2007-03-13 Thread Alex Cook
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On To: 'jQuery Discussion.' Subject: Re: [jQuery] NEW Plug-in: cfjs (ColdFusionJavaScript) However, it's also important to remember that a ColdFusion structure isn't the exact same thing as a JavaScript Object. -Dan - Gawd I miss Structs...

Re: [jQuery] Retrieve content from element using AJAX?

2007-03-12 Thread Alex Cook
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Yansky Subject: [jQuery] Retrieve content from element using AJAX? Is it possible to retrieve specific content from another page, rather than the whole page when using AJAX? - Short answer is no, there is no such functionality.

Re: [jQuery] remove( String expr )

2007-03-12 Thread Alex Cook
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of MARIO MOURA Subject: [jQuery] remove( String expr ) I need Before: select name=taxonomy[6] style=visibility:hidden class=form-select id=edit-taxonomy-6 After: select name=taxonomy[6] class=form-select id=edit-taxonomy-6 I need

Re: [jQuery] How to tell numerically which sibling element I'vetriggered?

2007-03-12 Thread Alex Cook
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Matt Subject: [jQuery] How to tell numerically which sibling element I'vetriggered? Hello, all jQuery gurus. I deeply appreciate all the help people provide one another on this list, and how generously the experts contribute their

Re: [jQuery] best practices / using jquery in functions

2007-03-12 Thread Alex Cook
You might want to hit the http://docs.jquery.com/Plugins and look at the various Accordian plugins that can be found there. I think a few of those implementations would be perfect for your scenario. -ALEX -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of

Re: [jQuery] simple - focusing on an input

2007-03-09 Thread Alex Cook
Paul, So you understand, the array notation Francesco originally brought up is in order to get the DOM element you searched for. A jQuery object is an array DOM elements even if there is only one entry. So, if you wanted to use the browser native function .focus() and not the jQuery

Re: [jQuery] simple - focusing on an input

2007-03-09 Thread Alex Cook
? From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Alex Cook Sent: Friday, March 09, 2007 2:54 PM To: jQuery Discussion. Subject: Re: [jQuery] simple - focusing on an input Paul, So you understand, the array notation Francesco originally brought up

Re: [jQuery] Pjq Demo

2007-03-01 Thread Alex Cook
Gimmee some docs, I wanna play... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Richard Thomas Sent: Wednesday, February 28, 2007 5:42 PM To: jQuery Discussion. Subject: [jQuery] Pjq Demo I started working on this a while ago and had another demo up

Re: [jQuery] .attr(href, javascript:void(0);) not working

2007-02-28 Thread Alex Cook
One thing I miss terribly from my CF days are the list functions... hot damn those were sweet... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Petruzzi, Tony Sent: Wednesday, February 28, 2007 12:45 PM To: jQuery Discussion. Subject: Re: [jQuery]

Re: [jQuery] jquery rocks

2007-02-27 Thread Alex Cook
Check out nabble.com and search for jQuery... there are many users who prefer to use that site rather then keep up on individual messages... -ALEX -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of TE Gossman Sent: Tuesday, February 27, 2007 8:46 AM To:

[jQuery] Animated Accodian WAS - RE: jquery rocks

2007-02-26 Thread Alex Cook
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of TE Gossman Subject: [jQuery] jquery rocks hi all jquery newbie here, Another great idea that I think would receive some attention is if somebody could code up something like this: http://www.presidentielles.net/ tyler - Tyler,

Re: [jQuery] New jQMaps and jQPanView plugins

2007-02-21 Thread Alex Cook
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of SeViR Subject: [jQuery] New jQMaps and jQPanView plugins jQMaps plugin: http://www.sevir.org/projects/storage/jqmaps/index.html Hotspots, maximize info window, custom icons,... jQPanView:

Re: [jQuery] Google's Summer of Code

2007-02-19 Thread Alex Cook
Yea, similar to PlotKit and the like... From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Avi Mehta Sent: Saturday, February 17, 2007 4:55 AM To: discuss@jquery.com Subject: [jQuery] Google's Summer of Code Sorry if it is a dumb question but

Re: [jQuery] adding a class to positive and negative data cells in a table column

2007-02-19 Thread Alex Cook
Heck, I even learned something here :) I love this list... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Danny Wachsstock Sent: Saturday, February 17, 2007 8:17 PM To: discuss@jquery.com Subject: Re: [jQuery] adding a class to positive and negative data

Re: [jQuery] jqUploader development: conception question

2007-02-19 Thread Alex Cook
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Alexandre Plennevaux Subject: [jQuery] jqUploader development: conception question hello,   i'm (still) working on my plugin that is meant to replace a given file input field by a richer flash upload dialog.   you can view it here:

Re: [jQuery] validate radios

2007-02-16 Thread Alex Cook
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Juan Pablo Aqueveque Subject: [jQuery] validate radios Hi jQuery gurus!, this my very first post here. I have a very trivial question for you, I guess. How to validate this two radio buttons? - thanks. *snip* -- juan pablo

Re: [jQuery] Google's Summer of Code

2007-02-16 Thread Alex Cook
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Luke Lutman Subject: Re: [jQuery] Google's Summer of Code John Resig wrote: - Add jQuery support to a popular CMS/Framework jQuery for Ruby On Rails would be fantastic :-) Luke - Didn't Yehuda start this? I would link the

Re: [jQuery] Google's Summer of Code

2007-02-16 Thread Alex Cook
Canvas, canvas, canvas, please dear lord make it canvas... -ALEX -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of John Resig Sent: Friday, February 16, 2007 9:01 AM To: jQuery Discussion. Subject: Re: [jQuery] Google's Summer of Code I think Canvas would

Re: [jQuery] Google's Summer of Code

2007-02-16 Thread Alex Cook
early-on project that aims to allow the replacements of Prototype and Scriptaculous with jQuery and Interface jQuery on Rails On 2/16/07, Alex Cook [EMAIL PROTECTED] wrote: From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Luke Lutman Subject: Re: [jQuery] Google's Summer of Code

Re: [jQuery] preload picutre won't work

2007-02-14 Thread Alex Cook
I don't have much time at the moment, but off hand did you try: $(x).bind(load,function() { showAlbum(); }); That's how I do pre-loads in most of my apps. -ALEX From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sanyi Sent: Tuesday,

Re: [jQuery] Any idea on how to replace select with div

2007-02-14 Thread Alex Cook
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On To: discuss@jquery.com Subject: [jQuery] Any idea on how to replace select with div Hi, I am wondering did anyone ever tried to create some alternative for selectoption list. I like using select-option as it provides the ability to use

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

2007-02-13 Thread Alex Cook
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Matt Kruse Subject: Re: [jQuery] jQuery Design Decisions? Comparison to MooTools? I've found a version of a Cheat Sheet but it's not nearly as cool as the latest Prototype cheat sheet. I was hoping to find a cool color printable sheet

Re: [jQuery] problem with mootools like top navigation

2007-02-02 Thread Alex Cook
Nice demo Stefan... Interface certainly is an impressive package... From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Stefan Petre Sent: Friday, February 02, 2007 5:10 AM To: jQuery Discussion. Subject: Re: [jQuery] problem with mootools like top

Re: [jQuery] problem with mootools like top navigation

2007-02-02 Thread Alex Cook
like top navigation This is not a demo, it's just an example solely based on jQuery, no Interface in there Alex Cook wrote: Nice demo Stefan... Interface certainly is an impressive package... From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf

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

2007-02-02 Thread Alex Cook
I also can chime in on CF things, tho it's been a bit of time since I've done anything serious with the language... the current place I work at is a PHP only shop so I've been knee-deep in that for a while now... From: [EMAIL PROTECTED] [mailto:[EMAIL

Re: [jQuery] make a div disappear after 2seconds?

2007-01-31 Thread Alex Cook
Don’t, you should push learningjquery.com more… that site is a god-send for the various n00bs I’ve intro’d to jQuery… -ALEX From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Karl Swedberg Sent: Wednesday, January 24, 2007 7:35 AM To: jQuery

Re: [jQuery] Some Firefox search plugins I made

2007-01-31 Thread Alex Cook
That's kinda kewl, thanks! :-) From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kenneth Sent: Thursday, January 25, 2007 1:41 AM To: discuss@jquery.com Subject: [jQuery] Some Firefox search plugins I made Greetings all, Being new to jQuery

Re: [jQuery] Basic Sound Alert System

2007-01-30 Thread Alex Cook
I don't know much about it's size, but I did recently read about the SoundManager 2 API being released... do some googling for it... it might be a little larger then you need however... From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Danial

Re: [jQuery] Basic Sound Alert System

2007-01-30 Thread Alex Cook
read about it just yesterday: amazing stuff: http://www.schillmania.com/projects/soundmanager2/demo/ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Alex Cook Sent: mardi 30 janvier 2007 19:12 To: jQuery Discussion. Subject: Re: [jQuery] Basic

Re: [jQuery] Interface 1.1

2007-01-15 Thread Alex Cook
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Stefan Petre Subject: [jQuery] Interface 1.1 Hi, Paul and I, with help from many jQuery developers, put together a new release of Interface. It has a number of new features, new plugins, speed improvements, nice demos, and improved

Re: [jQuery] fadeIn/fadeOut question

2007-01-11 Thread Alex Cook
Sorry but I have no experience with Interface... it broke when I first tried it many moons ago and I've never gone back... I should give it another poke... sorry I can't help you here Tony... anyone else? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of

Re: [jQuery] fadeIn/fadeOut question

2007-01-10 Thread Alex Cook
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Antonio Collins Subject: [jQuery] fadeIn/fadeOut question Does anyone know what the problem is? (Target browser is IE7 using jQuery 1.0.3.) - We'd, collectively, love to help but Can we see some code? Are you using

Re: [jQuery] fadeIn/fadeOut question

2007-01-10 Thread Alex Cook
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Antonio Collins Subject: Re: [jQuery] fadeIn/fadeOut question Here's a barebones example page. While making the example, I've discovered that this is a quirks-mode issue. When the doctype is omitted, the box reappears in IE7 but its

Re: [jQuery] insertrows()

2007-01-09 Thread Alex Cook
Take a look at the .get() function in the API. You need something like this... var tblObj = $(#allProjects).get(0); or, even shorter... var tblObj = $(#allProjects)[0]; Basically, when using the $() function, you receive a JQ object. .get() returns the actual HTML element, so

Re: [jQuery] Dimensions plugin -- width and height

2007-01-09 Thread Alex Cook
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Klaus Hartl Subject: Re: [jQuery] Dimensions plugin -- width and height PS: ...unless I'm not totally confused again. -- Klaus - If you're confused we're all screwed then... -ALEX

Re: [jQuery] [Newbie] dynamic text loads...

2007-01-05 Thread Alex Cook
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Birgit Pauli-Haack Subject: Re: [jQuery] [Newbie] dynamic text loads... Now I have another question: how to I get the original text back into the div id=boxtext Boxtext. /div after I unhover from the particular link? Birgit -

Re: [jQuery] Splitter

2006-12-29 Thread Alex Cook
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dave Methvin Subject: Re: [jQuery] Splitter As a mere mortal I'm just surprised you haven't written one in between asking the question??!! ;-) Well I started on one thinking it would be simple, but ran into some problems so I

Re: [jQuery] New Plugin: JSwitchy

2006-12-29 Thread Alex Cook
Very nice implementation. Using the title attribute on the stylesheet was a great idea too. Thanks! -ALEX -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jason Levine Sent: Friday, December 29, 2006 8:39 AM To: discuss@jquery.com Subject: [jQuery] New

Re: [jQuery] Duplicating a row...

2006-12-21 Thread Alex Cook
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jörn Zaefferer Subject: Re: [jQuery] Duplicating a row... [EMAIL PROTECTED] schrieb: Interesting...VERY interesting. Don't forget to look at the approach posted by Olsow in the comments:

Re: [jQuery] typeWritr - WAS jdNewsScroll - Headline Scroller

2006-12-21 Thread Alex Cook
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sam Collett Subject: Re: [jQuery] jdNewsScroll - Headline Scroller What I want to know is how to do a typewriter effect (i.e. type from right to left single letters until the entire text is written). - I do like a challenge :)

Re: [jQuery] typeWritr - WAS jdNewsScroll - Headline Scroller

2006-12-21 Thread Alex Cook
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sam Collett Subject: Re: [jQuery] typeWritr - WAS jdNewsScroll - Headline Scroller On 21/12/06, Alex Cook [EMAIL PROTECTED] wrote: Hope this steers you in the right direction. -ALEX Seems to work OK, but does not handle elements

Re: [jQuery] Masked Phone Number Input

2006-12-20 Thread Alex Cook
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jonathan Sharp Subject: [jQuery] Masked Phone Number Input I have a Proof of Concept for a masked phone number input. Tested in FF IE. It utilizes four seperate input fields but still allows for using the arrow keys, home, end and

Re: [jQuery] possible stupid question re: dimensions plugin

2006-12-20 Thread Alex Cook
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of bmsterling Subject: [jQuery] possible stupid question re: dimensions plugin Are the functions in the dimensions plugin the same as the functions in the default jquery build? ie. height, width - .height() and .width() are

Re: [jQuery] scrolling effect

2006-12-20 Thread Alex Cook
On 12/20/06, Brian Smith [EMAIL PROTECTED] wrote: Hi, I love jquery so far, just learning. I'm trying to develop a scrolling effect, to scroll a list of news headlines inside a div tag.  I'm sure I probably should be adjusting the clip region, I just can't figure out how to do it. Anyone

Re: [jQuery] Question about remove();

2006-12-19 Thread Alex Cook
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dave Methvin Subject: Re: [jQuery] Question about remove(); If you append to multiple targets (e.g., .stockings selects multiple elements) , the original elements are cloned before being appended to each target so the original

[jQuery] New design on jquery.com

2006-12-19 Thread Alex Cook
Good to see some changes being made to the jquery.com site. Links on the top, oh my! -ALEX ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] Plugin: Mousehold

2006-12-18 Thread Alex Cook
I'm coming into this one late, so if this has been mentioned I apologize... In FF2.0/Win I get an error: pip_ticker.html (line 19): $(this).href() has no properties (no name)(20)pip_ticker.html (line 19) (no name)()mousehold.js (line 33) var hrefPip =

Re: [jQuery] Event attaching fail

2006-12-18 Thread Alex Cook
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of riddle Subject: [jQuery] Event attaching fail I'm working on news excerpts and I want to hide everything to just title, then create trigger element and switch between excerpts. * SNIP * Problem is with $(selector + '

Re: [jQuery] need input for make an img map of sorts

2006-12-18 Thread Alex Cook
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of bmsterling Subject: [jQuery] need input for make an img map of sorts Could not think of a subject title that was real clear so be patient with me. I guess what I need at first is, how do I find where the user clicks inside this image

Re: [jQuery] I need syntax help, please.

2006-12-15 Thread Alex Cook
Wait, I'm confused... What does .newWindow relate too? The code you're using has jQuery looking for A within .newWindow... Are you trying to find all the A tags with a class of newwindow? If so, the constructer would be $(a.newWindow). jQuery uses CSS syntax to target things, so if you're

Re: [jQuery] I need syntax help, please.

2006-12-15 Thread Alex Cook
Discussion. Subject: Re: [jQuery] I need syntax help, please. On 12/15/06, Alex Cook [EMAIL PROTECTED] wrote: Second, you've constructed the click() function wrong... you don't need the var handle = bit... function () { window.open(this.href, 'some_target', 'width=550, height=550'); } is all

Re: [jQuery] I need syntax help, please.

2006-12-15 Thread Alex Cook
? Cheers, Chris Alex Cook wrote: Wait, I'm confused... What does .newWindow relate too? The code you're using has jQuery looking for A within .newWindow... Are you trying to find all the A tags with a class of newwindow? If so, the constructer would be $(a.newWindow). jQuery uses CSS syntax

Re: [jQuery] Toggling div based on radio buttons

2006-12-14 Thread Alex Cook
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Calamity Subject: [jQuery] Toggling div based on radio buttons Basically I have a form with several fieldsets (I can wrap them in divs if absolutely necessary) that need to be displayed/hidden based on radio button selection. For

Re: [jQuery] How to make radio button selected?

2006-12-14 Thread Alex Cook
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sean O Subject: [jQuery] How to make radio button selected? Based on what is typed, I want one of two radio buttons with the same name, but distinct IDs, to be selected. I have the RegEx working fine to pick out unique strings in the

Re: [jQuery] Custom Jquery Builds

2006-12-11 Thread Alex Cook
It's been discussed, but I believe most energy is being spent on finalizing 1.1 at the moment... From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Pje Sent: Monday, December 11, 2006 6:01 AM To: jQuery Discussion. Subject: Re: [jQuery] Custom

Re: [jQuery] Efforts to Convert Folks to jQuery

2006-12-07 Thread Alex Cook
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rey Bango Subject: [jQuery] Efforts to Convert Folks to jQuery The reason that I'm posting this is to encourage everyone to be pro-active in approaching the top names in your respective areas and development tools and telling them

Re: [jQuery] Lost

2006-12-07 Thread Alex Cook
I was going to comment... but then Brian snipered the three points I had. The 'live search' field would be awesome. I have to be honest I tend to use this site a lot to look up jQuery syntax, props on a nice setup. -ALEX -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

Re: [jQuery] Efforts to Convert Folks to jQuery

2006-12-07 Thread Alex Cook
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jonathan Sharp Subject: Re: [jQuery] Efforts to Convert Folks to jQuery jQuery: $(quick elegant javascript) -js - THAT has some promise actually... ___ jQuery mailing list

Re: [jQuery] Efforts to Convert Folks to jQuery

2006-12-07 Thread Alex Cook
From: Klaus Hartl Subject: Re: [jQuery] Efforts to Convert Folks to jQuery Jörn Zaefferer schrieb: Doing a screencast with some spoken explanation with some jQuery scripting on the firebug console could be a good introduction to jQuery. If you can script it on the console, you can script it

Re: [jQuery] Scripting Iframes

2006-12-06 Thread Alex Cook
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of meekish Subject: Re: [jQuery] Scripting Iframes Alex, I could kiss you. It actually works in Safari! I was trying to use offsetHeight and pixelHeight, but wasn't getting consistent heights across browsers (Safari was way off), but

Re: [jQuery] Scripting Iframes

2006-12-05 Thread Alex Cook
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of meekish Subject: [jQuery] Scripting Iframes I already posted about this, but it was a bit of a half-hearted post and (big surprise) no one replied. So let's try this again... -- Alright, I found a few moments to try to play

Re: [jQuery] Ignoring tags already affected by .addClass()

2006-12-04 Thread Alex Cook
If you know the node that is generating the original script call, then why can't you write the id value into the jQuery call? Drupal spits out this: script type=text/javascript $(function(){$([EMAIL PROTECTED]).addClass(microid-d09348e51fc82f053dfd6 c9c1319ceace8ab83bb)}); /script For node-14,

Re: [jQuery] Using .addClass() to add dynamic class not for CSS

2006-12-01 Thread Alex Cook
You want to look at the Generated Source, not the normal Source FF started with. FF doesn't update that view as JS changes are made, so it's pointless to check that. Firebug or the Web Developers Toolbar would help you out a lot. -ALEX -Original Message- From: [EMAIL PROTECTED]

Re: [jQuery] Using .addClass() to add dynamic class not for CSS

2006-12-01 Thread Alex Cook
is supposed to be indexed by a microid spider, do you think these on-the-fly changes will be picked up as the content is not really embedded but added on a page view? That's the only issue I'm worried about. Tane http://digitalspaghetti.me.uk On 12/1/06, Alex Cook [EMAIL PROTECTED] wrote: You

Re: [jQuery] Checkbox: Selecting all Previous

2006-11-29 Thread Alex Cook
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Glen Lipka Sent: Wednesday, November 29, 2006 9:52 AM To: jQuery Discussion. Subject: Re: [jQuery] Checkbox: Selecting all Previous QUESTION OR FEATURE SUGGESTION arrayPos() would return the index of the array.   So if I had 4 links

Re: [jQuery] TableEditor: Flexible In Place editing of HTML Tables (with tableSorter support)

2006-11-28 Thread Alex Cook
I dig what you're doing here. The style does suck, but the code is solid as far as I can tell. I have aspirations to use this soon but I haven't yet. Once I do I'll throw you some more detailed comments. -ALEX -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On

Re: [jQuery] jQuery Grid

2006-11-27 Thread Alex Cook
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Alan Gutierrez * Alan Gutierrez [EMAIL PROTECTED] [2006-11-21 20:50]: * Alan Gutierrez [EMAIL PROTECTED] [2006-11-21 13:28]: I've created a simple jQuery grid...

Re: [jQuery] Checkbox: Selecting all Previous

2006-11-27 Thread Alex Cook
I couldn't figure out to do it unless I added some form of ID to each input field. I'm not sure how one can get the place of an element within a jQuery object, so this is how I approached your problem. Tested in Win/FF2 form input type=checkbox id=1labelbox 1/labelbr /

Re: [jQuery] AJAX module: overrideMimeType

2006-11-17 Thread Alex Cook
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jörn Zaefferer Subject: [jQuery] AJAX module: overrideMimeType Now I'm stuck with this bug report: http://jquery.com/dev/bugs/bug/266/ Does it make sense to implement it as proposed? Or should we add another option that lets you

Re: [jQuery] Formless (or hopeless) programming model

2006-11-17 Thread Alex Cook
I'd actually love to hear some opinions on this from some of the more l33t coders on this list. I've built apps that are formless and I've built apps that reference an inordinate amount of hidden form fields... which is best? Why? This is probably more of a general JavaScript Coding

Re: [jQuery] jQuery 1.1 by the end of Nov

2006-11-16 Thread Alex Cook
On Nov 15, 2006, at 4:26 AM, Corey Jewett wrote: Just throwing a little fuel on the fire. If anybody cares give this a whirl -- build your own custom jQuery. Maybe I'll figure out how to do plugins if anyone is interested. http://corey.jquery.com/cgi-bin/make.cgi Corey That's exactly the

Re: [jQuery] $.val() limited in functionality?

2006-11-15 Thread Alex Cook
*raises hand* Yea, that'd be nice... I expected $.val() to return the value of any and all form elements, and was disappointed to find out otherwise. -ALEX -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Brandon Aaron Sent: Tuesday, November 14, 2006

Re: [jQuery] How to display error/validation messages?

2006-11-14 Thread Alex Cook
Great points, Im saving this thread for inspiration the next time I have a form to build I love this list J -ALEX From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Glen Lipka Sent: Tuesday, November 14, 2006 9:49 AM To: jQuery Discussion. Subject: Re: [jQuery]

Re: [jQuery] jQuery sites

2006-11-14 Thread Alex Cook
Makes sure to force the browser to load the js file and not reuse whats in the cache. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Tuesday, November 14, 2006 9:56 AM To: jQuery Discussion. Subject: Re: [jQuery] jQuery sites

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

2006-11-09 Thread Alex Cook
IE does not perform well with PNGs as background objects. Microsoft requires a PNG to be wrapped in on of their stupid filters in order to make it transparent, and those filters won't work with background images placed via CSS. I'm not sure how IE7 handles PNG backgrounds however. So, in answer

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

2006-11-09 Thread Alex Cook
And of course Jorn trumps me as soon as I hit send. I didn't realize the filter could be placed that way, but lo and behold. I'm never replying before reading all the messages again ;) -ALEX -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jörn

Re: [jQuery] New jQuery Plugin - Star Rating

2006-11-08 Thread Alex Cook
Doesnt work for me in FF2 WinXP From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Marshall Salinger Sent: Tuesday, November 07, 2006 3:59 PM To: 'jQuery Discussion.' Subject: Re: [jQuery] New jQuery Plugin - Star Rating You rock Wil! Thanks for the great

Re: [jQuery] New jQuery Plugin - Star Rating

2006-11-08 Thread Alex Cook
: Wednesday, November 08, 2006 10:52 AM To: jQuery Discussion. Subject: Re: [jQuery] New jQuery Plugin - Star Rating On 11/8/06, Alex Cook [EMAIL PROTECTED] wrote: Doesn't work for me in FF2 WinXP Interesting are you getting a error message in the _javascript_ console? I've tested FF 1.5

Re: [jQuery] Oooh! These are pretty!

2006-11-01 Thread Alex Cook
/31, Alex Cook [EMAIL PROTECTED]: There are tons of scripts out there for this type of functionality. Flash can talk to _javascript_ and vice versa quite well nowadays, so getting a flash object (such as a compass) to follow your mouse via JS updating the flash object isn't hard, but why

Re: [jQuery] Oooh! These are pretty!

2006-10-31 Thread Alex Cook
There are tons of scripts out there for this type of functionality.  Flash can talk to _javascript_ and vice versa quite well nowadays, so getting a flash object (such as a compass) to follow your mouse via JS updating the flash object isnt hard, but why? This is something thats really

Re: [jQuery] jQuery API and docs

2006-10-31 Thread Alex Cook
BIG thumbs up here... a few hours were spent trying to figure out what the hell some of these functions expected... good stuff Jorn... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jörn Zaefferer Sent: Monday, October 30, 2006 2:22 AM To:

Re: [jQuery] Oooh! These are pretty!

2006-10-27 Thread Alex Cook
Canvas is Mozilla's implementation... IE doesn't support that however. A JQ drawing lib would be great but quite a pain in the ass to code so it was cross browser. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bryan Buchs Sent: Friday, October 27, 2006

Re: [jQuery] Visual jQuery Announcement

2006-10-27 Thread Alex Cook
Yea, I'm going to have to agree there... the functionality of visualjquery.com is awesome, but the color scheme leaves something to be desired... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mike Alsup Sent: Friday, October 27, 2006 12:09 PM To: jQuery

Re: [jQuery] Improved Event system new Accordion

2006-10-26 Thread Alex Cook
An accordian widget would be a nice addition. I know of a few places I myself would use it. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jörn Zaefferer Sent: Thursday, October 26, 2006 6:52 AM To: jQuery Discussion. Subject: [jQuery] Improved Event

Re: [jQuery] again on question on selectors

2006-10-25 Thread Alex Cook
After lurking for a while I figured I'd try to help a newbie out after all the help I've gotten off this list. I've found there's no need to search within a context if you've paid attention to how you code your HTML. I threw together the code below to do what you were originally looking for.