forked from bitovi/funcunit
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfuncunit.html
More file actions
Latest commit
18 lines (18 loc) · 472 Bytes
/
Copy pathfuncunit.html
File metadata and controls
18 lines (18 loc) · 472 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<html>
<head></head>
<body>
<scripttype='text/javascript' src='../steal/steal.js?funcunit/test/funcunit'></script>
<aid='tester' href='#'>Click Me</a>
<scripttype='text/javascript'>
steal("jquery",function(){
$(document).ready(function(){
$('#tester').click(function(ev){
ev.preventDefault();
$(ev.target).text("Changed");
})
})
})
</script>
<iframesrc='test/myapp.html' name='myapp'></iframe>
</body>
</html>