7 lines
64 B
JavaScript
7 lines
64 B
JavaScript
jQuery(function($) {
|
|
// dom ready
|
|
$(function() {
|
|
|
|
});
|
|
});
|