Files
Darrel Israel 61738cb4d4 first commit
2024-01-21 00:16:08 +08:00

8 lines
158 B
JavaScript

(function($) {
'use strict';
var options = {
valueNames: ['name', 'born']
};
var userList = new List('users', options);
})(jQuery);