8 lines
72 B
JavaScript
8 lines
72 B
JavaScript
function xxx() {
|
|
|
|
}
|
|
|
|
$(document).ready(function () {
|
|
new xxx();
|
|
});
|