send data with jquery.load() [closed]
问题 It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 7 years ago . how do I send some data to the server in the .load() function of jquery. I tried this syntax: $('container').load('path', {key: value}); but for some reason it doesn't work 回答1: .load uses POST or GET depending