Hello all.
I use the google hosted version and noticed that the PNG .ui-icon base template consists of 4-6 png files being transfered.
Is there any way to just request .ui-icon base template in one specific color instead of 4-6 pgn files being transferred?
Here's the method that I use to load jQuery UI:
<script src="http://www.google.com/jsapi">
</script>
<script type="text/javascript">
google
.load("jquery", "1.3.2");
google
.load("jqueryui", "1.7.2");
google
.setOnLoadCallback(function() {
// Your code goes here.
});
</script>
Thanks in advance.