Files
lpmj6/22/04.js
T
RobinNixon 0335342e00 First Draft
First Draft of the Example Files
2020-12-10 13:21:38 +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
})