api.jquery.com icon indicating copy to clipboard operation
api.jquery.com copied to clipboard

jQuery.get:jQuery.post: Document issues with `data: null` with 3 params

Open mgol opened this issue 3 years ago • 0 comments

In jQuery 3.x and older, when providing a null value for success you also have to provide the data parameter; you can set it to undefined.

Document this restriction of jQuery.get & jQuery.post.

Ref jquery/jquery#4989 Ref jquery/jquery#5139

mgol avatar Oct 17 '22 16:10 mgol