This website requires JavaScript.
Explore
Help
Register
Sign In
library-mirrors
/
jquery
Watch
1
Star
0
Fork
0
You've already forked jquery
mirror of
https://github.com/jquery/jquery.git
synced
2024-11-23 02:54:22 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
97cf528082
jquery
/
test
/
data
/
iframe.html
9 lines
109 B
HTML
Raw
Normal View
History
Unescape
Escape
Fixed #1264. If you read the bug there were many proposed changes. As it turned out most of them had already been implemented. The last ones necessary were in .domManip() with when a <table> was 'this' and for .text(). Adding these last changes seems to make dom and text manipulation in IE frames possible. Unit test cases were added as well. In addition "submit.gif" was removed from the test suite index.html since it didn't exist.
2007-12-05 00:26:13 +00:00
<
html
>
Fix indentation in /speed and /test dirs, closes gh-780.
2012-05-18 17:28:50 +00:00
<
head
>
<
title
>
iframe
<
/
title
>
<
/
head
>
<
body
>
<
div
>
<
span
>
span text
<
/
span
>
<
/
div
>
<
/
body
>
Fixed #1264. If you read the bug there were many proposed changes. As it turned out most of them had already been implemented. The last ones necessary were in .domManip() with when a <table> was 'this' and for .text(). Adding these last changes seems to make dom and text manipulation in IE frames possible. Unit test cases were added as well. In addition "submit.gif" was removed from the test suite index.html since it didn't exist.
2007-12-05 00:26:13 +00:00
<
/
html
>
Reference in New Issue
Copy Permalink