I am begging to use jquery. I have the following call that works in IE7 but not FF 3.0.4. But if I change the null
to {}
it works fine. Is null not valid for this case and I just got lucky that it worked in IE or is this an error with jquery.
$.post("complexitybar.ashx?a=init&vc=" + validationCode, null, loadInitialValues, "json");