[jQuery] Re: IE and DOM issues

2009-09-28 Thread Yazan
issue besides using window.onload? I'm not even certain using window.onload would fix the issue without breaking something else... thanks in advance, yazan On Sep 28, 5:27 pm, James wrote: > I'm not suggesting that would fix the issue, but most of the time > using the latest version of

[jQuery] Re: IE and DOM issues

2009-09-28 Thread Yazan
;m not sure it would be a simple switch, but I can try it if it would fix my issue. thanks, Yazan On Sep 28, 4:34 pm, James wrote: > I didn't look through the code in detail, but have you considered > using the latest version of jQuery library (v1.3.2)? > > On Sep 28, 10:22 am, Y

[jQuery] IE and DOM issues

2009-09-28 Thread Yazan
o avail. It seems to work when I execute the code with window.onload, but I'm trying to avoid using that. Does anyone have any suggestions on how to get IE6, 7 and 8 in Compatibility Mode to execute the jquery code correctly (i.e. after the DOM is loaded)? Any guidance would be much appreciated. thanks, Yazan

[jQuery] Re: dynamic content (JSON) rendering

2008-11-19 Thread Yazan
Er sorry to clutter your inboxes... I figured it out. I was omitting the callback parameter in my URL, after I added that back in, it worked. Thanks for reading. On Nov 19, 7:28 pm, Yazan <[EMAIL PROTECTED]> wrote: > Hi all, > > I am trying to use the cluetip plugin to display s

[jQuery] [cluetip] dynamic content (JSON) rendering

2008-11-19 Thread Yazan
I have a feeling I should be using the ajax functionality of cluetip, but I am getting cross-domain errors when I try it that way (placing the URL of the JSONP call as the anchor's rel value). Is there a specific way to allow me to access data from other domains? thanks in advance, Yazan

[jQuery] accessing Object properties in getJSON function call

2008-11-13 Thread Yazan
Hi all, I trying to understand the right way to access the properties of my object from within a function called by the $.getJSON function. Here is an example of what I have: function MyWidgetObject(_parentObject){ this.parentObject = _parentObject; this.jsonFunc = function(){ $