[jQuery] Re: How to Show image Title in Lightbox? Please

2009-07-26 Thread Blake
I can see it as well. Went to the site, clicked an image, the lightbox popped up, and I could toggle through the images. The Plantation (Secret) Garden and The Beeches Hotel were the captions I came across as I toggled through the images. On Jul 26, 8:54 am, brian bally.z...@gmail.com wrote:

[jQuery] Re: Setting identical events to multiple elements using a for loop

2009-07-26 Thread Blake
, Blake stickynote...@gmail.com wrote: On my site, I have some click-able spans (will be referred to as toggle spans) that show or hide other spans (that contain the content I want on my site; will be referred to as content spans). The layout of these spans is like

[jQuery] Re: Setting identical events to multiple elements using a for loop

2009-07-26 Thread Blake
Oh, and...can I use a for loop to give me the result I want? On Jul 26, 10:33 am, Blake stickynote...@gmail.com wrote: Okay, it seems to work well. Here is the jQuery that I have now: -- $('span[id^=sp_span]').click(function(){ var spanID = $(this).attr('id').split('_')[1

[jQuery] Re: Setting identical events to multiple elements using a for loop

2009-07-26 Thread Blake
On Jul 26, 10:36 am, Blake stickynote...@gmail.com wrote: Oh, and...can I use a for loop to give me the result I want? On Jul 26, 10:33 am, Blake stickynote...@gmail.com wrote: Okay, it seems to work well. Here is the jQuery that I have now: -- $('span[id^=sp_span]').click(function

[jQuery] Using jQuery to automatically convert plain-text URLs to links

2009-07-26 Thread Blake
On my site, I would like to have jQuery automatically convert all plain-text URLs to links. For example, if I have the following in the BODY tag of my Web page: Go to http://groups.google.com to go to the Google Groups home page. I want it to be converted in to this: Go to a

[jQuery] Re: Fade in a div, push the div below down

2009-07-25 Thread Blake
/?Action=downloadfileid=76515 Blake

[jQuery] Setting identical events to multiple elements using a for loop

2009-07-25 Thread Blake
of sections[i] and use that in the element bit of the code. Any ideas? If you need more information, please ask. Thanks! Blake

[jQuery] Re: Tutorial evaluation

2009-07-07 Thread Blake Senftner
Thomas, Nice tutorial! Being that I'm just learning jQuery myself, I'm finding your page to be quite helpful. Leave it up for a while, okay? Sincerely, -Blake bsenft...@earthlink.net On Jul 7, 2009, at 11:46 AM, BaBna wrote: Hi, I have just finished a beginner's interactive tutorial

[jQuery] advice to eliminate transition flashes

2009-07-05 Thread Blake Senftner
and flickers during the transition. I'm using firefox 3.0.1, but of course I'd like any solution advice to be cross-browser. Thanks in advance for any advice! -Blake

[jQuery] Re: JQuery events and a possible scoping error on my part?

2009-07-04 Thread Blake Senftner
; }); } // close anonymous function each callback ); // close 'each' Sincerely, -Blake bsenft...@earthlink.net