How can I change default AJAX settings?
Mariano Martinez Peck <[email protected]>
| Newsgroups | gmane.comp.lang.smalltalk.squeak.seaside |
|---|---|
| Message-ID | <CAA+-=mVEf4dEHxOF-VbdPL=UUut6pszPb55zj3Wtf0jB94gbzQ@mail.gmail.com> |
Hi guys, I have a few places where I am reaching the limit of URL size due to AJAX serialziation. I can manually fix the places where I serialize a bunch and do: jQuery ajax type: 'POST'; serializeForm; ... But I am wondering if I can change this globally, for all AJAX requests. I tried this: html jQuery ajaxSetup type: 'POST' But doesn't seem to work. Does someone know how to? In addition, I wonder, is it a bad idea to set 'POST' as default? Thanks in advance, -- Mariano http://marianopeck.wordpress.com _______________________________________________ seaside mailing list [email protected] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside