Hi Daemach, 
I believe you are spot on with your assessment of the issue. Everything worked 
beautifully once I wrapped the AREAs in a MAP tag in the string. This is a 
satisfactory solution for the time being, whens the 1.1.3 release scheduled for 
public release?

Thanks,
Jimmy G

----------------------------------------
From: Daemach <[EMAIL PROTECTED]>
Sent: Friday, June 08, 2007 4:35 PM
To: "jQuery (English)" <jquery-en@googlegroups.com>
Subject: [jQuery] Re: Append "Area" to Map 

Can you make a test page available?  1.1.2 had a bug that prevented
attaching select tags and colgroup tags which is fixed for 1.1.3 and
it's possible that the map or area tags are also a problem.  The
append mechanism appends the tag to a div as it's building and before
attaching to the final element, so if the area tag is not valid in a
div, the browser probably is not creating it.

Any thoughts Brandon?

On Jun 8, 4:14 pm, "Jimmy Glass"  wrote:
> Absolutely!
>
> Before:
> 
>
>     
>
>     
>
> 
>
> 
>
> After: ( I get the Areas as a string)
> 
>     
>         
>         
>     
> 
> 
>
> ----------------------------------------
> From: "Matt Stith" 
> Sent: Friday, June 08, 2007 4:11 PM
> To: jquery-en@googlegroups.com
> Subject: [jQuery] Re: Append "Area" to Map
>
> A bit of HTML would help a bit!
>
> On 6/8/07, Jimmy Glass  wrote:
> I have been trying to append a freaking Area tag to a MAP tag for about 2 
> hours now...
>
> The data argument is always a string.
>
> function(data)
>                                                 {
>                                                     
> $('#s7Image').attr('usemap','');
>
>                                                    $('#MapContainer').empty();
>                                                     thisMap = '';
>
>                                                     
> $('#MapContainer').append(thisMap);
>
>                                                    $('#thisMap').append(data);
>
>                                                     
> $('#s7Image').attr('usemap','thisMap2');
>                                                 }
>
> Is there something obvious that I'm missing here? Any thoughts would be 
> greatly appreciated.
>
> Jimmy G


Reply via email to