Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update entries/jQuery.get.xml
  • Loading branch information
mgol authored Aug 11, 2020
commit f936379583aec2117d44e6eae6c10c041efaf5ad
2 changes: 1 addition & 1 deletion entries/jQuery.get.xml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ $.get( "test.php", function( data ) {
// If this was sent on https://api.jquery.com/jQuery.get/ you will
// get the response result of https://api.jquery.com/jQuery.ajax/
$.get( "/jQuery.ajax/", function( data ) {
console.log( typeof( data ) );
console.log( typeof data );
console.log( data );
});
]]></code>
Expand Down