[jQuery] Re: $.ajax calls in firefox doesn't work

2009-08-26 Thread hosemaria
Wow. It works with GET :) Thanx to all Greetings

[jQuery] $.ajax calls in firefox doesn't work

2009-08-24 Thread hosemaria
Hi to all. I have problem with $.ajax call with Firefox. At all other browsers works fine(Opera, IE6,Chrome) My code: $.ajax({ url : statistic_json.php, type : post, dataType : json, success : function(data) {

[jQuery] Re: $.ajax calls in firefox doesn't work

2009-08-24 Thread hosemaria
Important note: It works under FX when script is at localhost(developer mashine-wamp server). When I download it on linux server(hosting) the situation is as described above.

[jQuery] Re: $.ajax calls in firefox doesn't work

2009-08-24 Thread hosemaria
Clearing Cookies doesn't work I am newbee with analyzing headers responses. This are info taken from Fiddler debuger (FX responses). If you could help me to find something odd I will be grateful. Request Header: POST /manager/www/admin/parking_cfg.php HTTP/1.1 Host: www.somedomain.com

[jQuery] Re: ajax data

2009-03-05 Thread hosemaria
Got solution have to be something like this: {'data':items,'item[1]':'one','item[2]':'two'}; Greetings On 2 Mar, 20:04, hosemaria hosema...@gmail.com wrote: Try: {   item1:one,   item2:,   item3: {item31:sdf, item32:sdfs} } Doesn't work. Result is the same.    [item3

[jQuery] Re: ajax data

2009-03-02 Thread hosemaria
Is it possible?

[jQuery] Re: ajax data

2009-03-02 Thread hosemaria
Try: {   item1:one,   item2:,   item3: {item31:sdf, item32:sdfs} } Doesn't work. Result is the same. [item3] = [object Object]

[jQuery] ajax data

2009-02-27 Thread hosemaria
Hi to all I got the following problem I want to send to PHP server nested json using ajax. {item1:'one', item2:'', item3:[{item31:'sdf', item32:'sdfs'}] } My code: $.ajax({ url: translation_edit.php,

[jQuery] ajax data

2009-02-27 Thread hosemaria
Hi to all I got the following problem I want to send to PHP server nested json using ajax. {item1:'one', item2:'', item3:[{item31:'sdf', item32:'sdfs'}] } My code: $.ajax({ url: translation_edit.php,

[jQuery] test

2009-02-27 Thread hosemaria
test

[jQuery] Packed version 32 kB

2008-07-22 Thread hosemaria
Hi I have made performance test for two independent servers with 3 types of jQuery packages: jQuery 1.2.6 (16kb, Minified and Gzipped) jQuery 1.2.6 (97kb, Uncompressed) jQuery 1.2.6 (30kb, Packed) My tests says that packed version is the slowest one up to 3-4 times. Why is that? What is the