5 lines
59 B
JavaScript
5 lines
59 B
JavaScript
|
|
jQuery(document).ready( function() {
|
||
|
|
|
||
|
|
var j = jQuery;
|
||
|
|
|
||
|
|
});
|