Side navigation
Ticket #5278: js.html
File js.html, 0.3 KB (added by MindstormsKid, September 21, 2009 03:40PM UTC)
Open firebug and reload this file to see the call
<html>
<head>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js" type="text/javascript"></script>
<script type="text/javascript">
Object.prototype.each = function(cb){ console.log(cb); };
</script>
</head>
<body></body>
</html>
Download in other formats:
Original Format
File js.html, 0.3 KB (added by MindstormsKid, September 21, 2009 03:40PM UTC)
Open firebug and reload this file to see the call
<html>
<head>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js" type="text/javascript"></script>
<script type="text/javascript">
Object.prototype.each = function(cb){ console.log(cb); };
</script>
</head>
<body></body>
</html>