Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > pl.comp.lang.javascript > #3271

Re: jquery offline

From Jivanmukta <jivanmukta@poczta.onet.pl>
Newsgroups pl.comp.lang.javascript
Subject Re: jquery offline
Date 2017-02-17 19:10 +0100
Organization Aioe.org NNTP Server
Message-ID <o87eav$11bk$1@gioia.aioe.org> (permalink)
References <o83nm0$3gc$1@news.icm.edu.pl> <58a61079$0$15193$65785112@news.neostrada.pl>

Show all headers | View raw


Albo tak:

	// Config parameter to use minified jQuery
	QUnit.config.urlConfig.push( {
		id: "dev",
		label: "Load unminified",
		tooltip: "Load the development (unminified) jQuery 
file"
	} );
	if ( QUnit.urlParams.dev ) {
		src = "dist/jquery.js";
	} else {
		src = "dist/jquery.min.js";
	}

	// Load jQuery
	document.write( "<script id='jquery-js' src='" + path + src + 
"'><\x2Fscript>" );

	// Synchronous-only tests
	// Other tests are loaded from the test page
	if ( typeof loadTests !== "undefined" ) {
		document.write( "<script src='" + path + 
"test/unit/ready.js'><\x2Fscript>" );
	}

Back to pl.comp.lang.javascript | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

jquery offline Jivanmukta <jivanmukta@poczta.onet.pl> - 2017-02-16 08:25 +0100
  Re: jquery offline zpksoft <zpksoft@op.pl> - 2017-02-16 09:31 -0800
    Re: jquery offline Jivanmukta <jivanmukta@poczta.onet.pl> - 2017-02-17 19:40 +0100
      Re: jquery offline zpksoft <zpksoft@op.pl> - 2017-02-18 05:51 -0800
        Re: jquery offline Jivanmukta <jivanmukta@poczta.onet.pl> - 2017-02-18 16:49 +0100
        Re: jquery offline Jivanmukta <jivanmukta@poczta.onet.pl> - 2017-02-19 05:39 +0100
          Re: jquery offline zpksoft <zpksoft@op.pl> - 2017-02-19 00:11 -0800
            Re: jquery offline Borys Pogoreło <borys@pl.edu.leszno> - 2017-02-20 03:02 +0100
              Re: jquery offline Cezary Tomczyk <cezary.tomczyk@gmail.com> - 2017-02-20 10:14 +0100
                Re: jquery offline Borys Pogoreło <borys@pl.edu.leszno> - 2017-02-20 17:49 +0100
                Re: jquery offline Cezary Tomczyk <cezary.tomczyk@gmail.com> - 2017-02-20 21:51 +0100
      Re: jquery offline Jivanmukta <jivanmukta@poczta.onet.pl> - 2017-03-04 19:39 +0100
  Re: jquery offline Kviat <null> - 2017-02-16 21:50 +0100
    Re: jquery offline Jivanmukta <jivanmukta@poczta.onet.pl> - 2017-02-17 04:55 +0100
      Re: jquery offline Kviat <null> - 2017-02-17 19:44 +0100
    Re: jquery offline Jivanmukta <jivanmukta@poczta.onet.pl> - 2017-02-17 19:10 +0100
      Re: jquery offline Kviat <null> - 2017-02-17 19:50 +0100
        Re: jquery offline Jivanmukta <jivanmukta@poczta.onet.pl> - 2017-02-18 14:10 +0100

csiph-web