<div dir="ltr">Hi guys, <div><br></div><div>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:</div><div><br></div><div>jQuery ajax type: 'POST';</div><div>serializeForm;</div><div>...</div><div><br></div><div>But I am wondering if I can change this globally, for all AJAX requests. I tried this:</div><div><br></div><div> html jQuery ajaxSetup type: 'POST'  <br></div><div><br></div><div>But doesn't seem to work. Does someone know how to?</div><div><br></div><div>In addition, I wonder, is it a bad idea to set 'POST' as default?</div><div><br></div><div>Thanks in advance, </div><div><br></div><div><div><br></div>-- <br><div class="gmail_signature">Mariano<br><a href="http://marianopeck.wordpress.com" target="_blank">http://marianopeck.wordpress.com</a><br></div>
</div></div>