Fixed #2046 by forcing the dataType to 'html' in the .load() function.
This commit is contained in:
parent
56a93fc2cc
commit
06c2f06a21
2 changed files with 24 additions and 10 deletions
|
@ -34,6 +34,7 @@ jQuery.fn.extend({
|
|||
jQuery.ajax({
|
||||
url: url,
|
||||
type: type,
|
||||
dataType: "html",
|
||||
data: params,
|
||||
complete: function(res, status){
|
||||
// If successful, inject the HTML into all the matched elements
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue