53063593e3
Final
8 lines
142 B
JavaScript
8 lines
142 B
JavaScript
// The smallest jQuery 'ready' code encapsulation function
|
|
// -- Make sure jQuery is loaded first
|
|
|
|
$(function()
|
|
{
|
|
// Your code goes here
|
|
})
|