is there any way to receive email updates using a different email
address than my gmail account?
thanks!
how? it makes you log in with your google account before you can
subscribe to the list and there's nowhere to let you specify an
alternative, non-google address.
On Apr 4, 7:37 pm, "Chris W. Parker" <[EMAIL PROTECTED]> wrote:
> On Wednesday, April 04, 2007 4:23 PM dc <
; > address that posts are sent to by managing your account settings.
>
> > I *think* that's the way it works.
>
> > Cheers,
> > Chris
>
> > dc wrote:
> > > how? it makes you log in with your google account before you can
> > > subsc
Hi,
I'm trying to write a script to fade in/out some image thumbnails. I'm
trying to achieve the following:
1) Fade in/out individual thumbnails on thumbnail hover
2) Fade in/out all thumbnails of the a class when hovering over a text
link of the same class.
Everything works except that in #2 t
I'm trying to convert an xml node into an object...all I want to do is
find the name of the tag...function
function initObjArray(xml, arr, tagName){
(xml).find(tagName).each(function(){
var o = new Object();
var t = $(this);
var c = t.chi
Is there anyway to iterate through a element's attributes without
knowing beforehand how many or what attributes an element will have?
For example:
I'd want to make some kind of json from this, with the Apple object
having values for attributes type and state, and the Orange object
just havin
For some reason, I can't run a regular JavaScript prototype without a
jQuery error saying something like "this.blah" is not a function.
So, is there either a way to disable jQuery's trigger handler
temporarily or disable jQuery entirely temporarily without removing
the jQuery script?
Thanks in a
7 matches
Mail list logo