Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for jquery (0.03 sec)

  1. daterangepicker.js

    Browserify L19: //isomorphic issue L20: var jQuery = (typeof window != 'undefined') ? window.jQuery : undefined; L21: if (!jQuery) { L22: jQuery = require('jquery'); L23: if (!jQuery.fn) jQuery.fn = {}; L24: } L25: var moment = (typeof window != 'undefined' && typeof window.moment != 'undefined') ? window.moment : require('moment'); L26: module.exports = factory(moment, jQuery); L27: } else { L28: // Browser globals L29: ...
    github.com/codelibs/fess/src/main/webapp/js/adm...
    Sat Oct 26 01:49:09 UTC 2024
      64.8K bytes
Back to top