JQuery menginisialisasi

(function ($) {
    "use strict";
    $(document).ready(function () {
	//Your Code Inside 
      
    });
}(jQuery));
Ashik