api.jquery.com
api.jquery.com copied to clipboard
jQuery.get:jQuery.post: Document issues with `data: null` with 3 params
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