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