<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js" type="text/javascript"></script>
 
<script type="text/javascript">
/**
* Basic way
*/
$(document).ready(function() {
 
});
 
/**
* After full DOM is loaded - that includes e.g. image dimensions, ...
*/
$(window).load(function() {
 
});
</script>
 
jquery.txt · Last modified: 2009/06/23 00:00 (external edit)
 
Except where otherwise noted, content on this wiki is licensed under the following license:CC Attribution-Noncommercial-Share Alike 3.0 Unported
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki