Files
lpmj6/22/04.js
T
RobinNixon 53063593e3 Final
Final
2020-12-10 13:51:13 +00:00

8 lines
142 B
JavaScript

// The smallest jQuery 'ready' code encapsulation function
// -- Make sure jQuery is loaded first
$(function()
{
// Your code goes here
})