[jQuery] Chrome compatibility problem (form submit button value not sent)

2009-07-30 Thread Hardip
http://www.globalautohits.com/test/jquery-test.html Tested it in Opera, FF 3.5 - there, the result shows that the submit button was sent too. however, in Chrome, it is not sent. It even works in IE8 (sic), didn't test lower versions. might be a Chrome bug, but since jQ should be cross-browser

[jQuery] POST method not working for AJAX Tabs

2009-06-21 Thread Hardip
When i override the ajax method with $.ajaxSetup and set the type:'post', then consecutive calls to fetch data from the server, by Ajax Tabs ( http://stilbuero.de/jquery/tabs/ ), the tab stays Loading... forever. Firebug shows that a POST request was made and it completed successfuly, however,

[jQuery] Re: POST method not working for AJAX Tabs

2009-06-21 Thread Hardip
', cache:false, url:'ajax.php', timeout: 30 * 1000 }) $('#tabs').tabs({ spinner: 'Loading...', cache: false, dataType:'text' }); [/code] aint working... On Jun 21, 11:00 pm, Hardip