Tip: Click lines to highlight, hold ctrl/cmd to multi-select
On ready (4-Jan @ 17:59)
Reduced version of the $(document).ready code.
Syntax Highlighted Code
- $(function () {
- // do stuff
- });
Plain Code
$(function () {
// do stuff
});
Tip: Click lines to highlight, hold ctrl/cmd to multi-select
Reduced version of the $(document).ready code.
$(function () {
// do stuff
});