3 lines
85 B
JavaScript
3 lines
85 B
JavaScript
jQuery(document).ready(function($) {
|
|
// Stuff to do as soon as the DOM is ready;
|
|
}); |