Skip to content

Commit 1af30ac

Browse files
committed
jQuery.ajax: Remove warning about PUT and DELETE
Fixes gh-412
1 parent 04f42c4 commit 1af30ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

entries/jQuery.ajax.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ $.ajax({
142142
<desc>Set this to <code>true</code> if you wish to use the traditional style of <a href="/jQuery.param/">param serialization</a>.</desc>
143143
</property>
144144
<property default="'GET'" name="type" type="String">
145-
<desc>The type of request to make ("POST" or "GET"), default is "GET". <strong>Note:</strong> Other HTTP request methods, such as PUT and DELETE, can also be used here, but they are not supported by all browsers.</desc>
145+
<desc>The type of request to make (e.g. "POST", "GET", "PUT"); default is "GET". </desc>
146146
</property>
147147
<property default="The current page" name="url" type="String">
148148
<desc> A string containing the URL to which the request is sent.</desc>

0 commit comments

Comments
 (0)