[jQuery] Re: Append "Area" to Map

2007-06-08 Thread Jimmy Glass
thoughts Brandon? On Jun 8, 4:14 pm, "Jimmy Glass" wrote: > Absolutely! > > Before: > > > > > > > > > > > After: ( I get the Areas as a string) > > > > > > > > > --

[jQuery] Re: Append "Area" to Map

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

[jQuery] Re: Append "Area" to Map

2007-06-08 Thread Jimmy Glass
;; 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 help a bit! On 6/8/07, Jimmy Glass <[E

[jQuery] Append "Area" to Map

2007-06-08 Thread Jimmy Glass
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','');

[jQuery] Do I have to?!

2007-05-22 Thread Jimmy Glass
By default, I have set all AJAX requests to syncronous as I like to have the .getJSON functions inline. However, occasionally... I need to send a .getJSON request asynchronously. I understand that this is a wrapper function for the .ajax method. Two solutions that came to mind... Use the ajax fu

[jQuery] Re: IE Caching AJAX calls

2007-05-17 Thread Jimmy Glass
com Subject: [jQuery] Re: IE Caching AJAX calls When in doubt, whack'em all. Pragma: no-cache Cache-control: no-cache, must-revalidate Expires: (some date in the past in the proper format) Jimmy Glass wrote: > Hi Jeff, > That is what I was thinking... But, I'm not sure of the key

[jQuery] Re: IE Caching AJAX calls

2007-05-17 Thread Jimmy Glass
:[EMAIL PROTECTED] On Behalf Of Gordon Sent: Thursday, May 17, 2007 11:07 AM To: jQuery (English) Subject: [jQuery] Re: IE Caching AJAX calls One trick I found was to simply do: $.get (myUrl + '?uid=' + math.random(), myAjaxCallBack) On May 17, 5:49 pm, "Jimmy Glass" wrote:

[jQuery] IE Caching AJAX calls

2007-05-17 Thread Jimmy Glass
Hi... So... I just noticed that IE is caching my AJAX requests (I code to Firefox, and then test IE later). I expect some of you have run into this problem before. Of course, I can create unique request string by appending a "Request Identifer" to each URL. I found this great UUID javascript

[jQuery] Re: JQUERY Validator - Serverside Validation

2007-05-02 Thread Jimmy Glass
Hi Jörn , This is exactly what I was looking for. I somehow missed this demo. Thanks! Jimmy G From: Jörn Zaefferer <[EMAIL PROTECTED]> Sent: Wednesday, May 02, 2007 2:06 PM To: jquery-en@googlegroups.com Subject: [jQuery] Re: JQUERY Validator - Serverside

[jQuery] JQUERY Validator - Serverside Validation

2007-05-02 Thread Jimmy Glass
Do you use the JQuery validator in your forms? What methodology to you employ for returning server-side errors? Should I add an array error structs(fieldID, Message) to the JSON Response, and use the ShowErrors method of the validator? Thanks, Jimmy G

[jQuery] Re: New To List - Question about JModal - DNR

2007-04-18 Thread Jimmy Glass
Hi Sean, Thank you for the response... I was finally able to resolve the issue. It was the result of my ignorance of CSS. The "modal container" was being resized correctly, but... The inner divs were not flexible. So, I made the content portion of these divs to a height of 100% and it resolved th

[jQuery] New To List - Question about JModal - DNR

2007-04-17 Thread Jimmy Glass
Hi. I don't know if this is really a support forum, but. Has anyone had the problem of not being able to resize a JQModal window vertically? I am able to drag and horizontally resize the window, but. it wont' resize vertically. I don't even know where to begin debugging it. Has anyone seen t