combo.html revision b238e52ac22e07b0798ae7b0f63f3fe0e8f9bf95
<html>
<head>
<title>Multiple combo urls for long requests</title>
<!--
<script type="text/javascript" src="http://yui.yahooapis.com/3.0.0/build/yui/yui-debug.js"></script>
<script type="text/javascript" src="/build/loader/loader-debug.js"></script>
<script type="text/javascript" src="http://l.yimg.com/a/lib/yui/3.0.0/build/yui/yui-debug.js"></script>
<script type="text/javascript" language="javascript1.2" src="/build/yui/yui-debug.js"></script>
-->
</head>
<body>
<script>
YUI({
comboBase: 'http://l.yimg.com/a/lib/yui/combo?',
combine: true,
filter:"raw",
maxURLLength: 300,
attributes: {
language: 'javascript1.2'
}
}).use('slider', 'dump', 'json', 'substitute', 'console', function(Y) {
console.log('done');
});
</script>
</body>
</html>