Add "html" dataType for $.ajax
Reported by: |
joern |
Owned by: |
|
Priority:
|
minor
|
Milestone:
|
|
Component:
|
ajax
|
Version:
|
|
Keywords:
|
|
Cc:
|
|
Blocked by:
|
|
Blocking:
|
|
"I also found, that the only way to load an html fragment with having
script blocks evaluated is to use the load() method. Shouldn't that work
with $.ajax and a dataType of "html" as well?. It seems to me, that
people tend to use $.ajax more and more."
Change History (3)
Resolution: |
→ invalid
|
Status: |
new →
closed
|
Resolution: |
invalid
|
Status: |
closed →
reopened
|
Resolution: |
→ fixed
|
Status: |
reopened →
closed
|
OK, there is the "html" dataType, but evaluation of JS like it is done inside load() is not happening.