[jQuery] toLowerCase method works in Google Chrome but not IE

2009-12-23 Thread ArnieML
Hi, Code snippet is as follows: function setStartMood(cookiemood) { if(cookiemood) { $("#moodlist").val(cookiemood); $("#plsselectmood").css( {'visibility': 'hidden'} ); mood = cookiemood.toLowerCase();

[jQuery] Re: jQuery $.get callback function not being called

2009-11-09 Thread ArnieML
hat > json_encode() likes, if anything), though I don't know get_tmmtweets and I > guess I can't help you much here. > > Michel Belleville > > 2009/11/9 ArnieML > > > I tried echo json_encode($tweets); > > and still no callback function. The XMLhttp

[jQuery] Re: jQuery $.get callback function not being called

2009-11-08 Thread ArnieML
nse and > not : > json_encode($tweets); > echo $tweets; > > Which would only output $tweets not encoded. > > Though if it doesn't work like I tell you, you'd better worry about > something else and I don't know exactly what at this point. > > Michel Bellev

[jQuery] Re: jQuery $.get callback function not being called

2009-11-08 Thread ArnieML
but not do anything about the empty response. > > Hope it helps. > > Michel Belleville > > 2009/11/8 ArnieML > > > Hello, I hope someone can help. I'm issuing the following ajax jquery > > call: > > >        $.get("/ajaxtest.php", { a

[jQuery] jQuery $.get callback function not being called

2009-11-07 Thread ArnieML
Hello, I hope someone can help. I'm issuing the following ajax jquery call: $.get("/ajaxtest.php", { ajax: "true", east: northEast.lng(), west: southWest.lng(), north: northEast.lat(), south: southWest.lat(), mood: amood }, function (data) { for(var i=0; i