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
;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
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
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
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
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(){
$
6 matches
Mail list logo