timesheet source code
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

17 lines
256B

  1. (function ($) {
  2. $(function () {
  3. class People{
  4. function constructor(selector){
  5. }
  6. }//end of class People
  7. var sample_people{
  8. firstname: "first",
  9. lastname: "last"
  10. }
  11. });
  12. })(jQuery);