[jQuery] Re: Append Area to Map

2007-06-08 Thread Matt Stith
A bit of HTML would help a bit! On 6/8/07, Jimmy Glass [EMAIL PROTECTED] 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) {

[jQuery] Re: Append Area to Map

2007-06-08 Thread Erik Beeson
Well, you create a map with ID thisMap2, then you select something with id thisMap. Also, it may be redundant to change the usemap attribute at the beginning of the function, but if you are going to do that, you may want to use $('#s7Image').removeAttr('usemap'). --Erik On 6/8/07, Jimmy Glass

[jQuery] Re: Append Area to Map

2007-06-08 Thread Jimmy Glass
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 [EMAIL PROTECTED] 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

[jQuery] Re: Append Area to Map

2007-06-08 Thread Jimmy Glass
','thisMap2'); } From: Erik Beeson [EMAIL PROTECTED] Sent: Friday, June 08, 2007 4:23 PM To: jquery-en@googlegroups.com Subject: [jQuery] Re: Append Area to Map Well, you create a map with ID thisMap2, then you select

[jQuery] Re: Append Area to Map

2007-06-08 Thread Daemach
/DIV img src=http://sf-ips-01/is/image/DWR/IS_10147; id=s7Image USEMAP=thisMap2 / From: Matt Stith [EMAIL PROTECTED] 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

[jQuery] Re: Append Area to Map

2007-06-08 Thread Erik Beeson
*: Erik Beeson [EMAIL PROTECTED] *Sent*: Friday, June 08, 2007 4:23 PM *To*: jquery-en@googlegroups.com *Subject*: [jQuery] Re: Append Area to Map Well, you create a map with ID thisMap2, then you select something with id thisMap. Also, it may be redundant to change the usemap attribute

[jQuery] Re: Append Area to Map

2007-06-08 Thread Jimmy Glass
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