Home » Questions » asdasd

asdasd

0
1

ddddsdsdsd

Text field
wwww
Paragraph field

gggg

Checkboxes
Label 3
Radio buttons
Label 1
Date field
June 24, 2015 6:18 am
  • You must to post comments
0
0
if ( typeof module === "object" && typeof module.exports === "object" ) {
 // For CommonJS and CommonJS-like environments where a proper window is present,
 // execute the factory and get jQuery
 // For environments that do not inherently posses a window with a document
 // (such as Node.js), expose a jQuery-making factory as module.exports
 // This accentuates the need for the creation of a real window
 // e.g. var jQuery = require("jquery")(window);
 // See ticket #14549 for more info
 module.exports = global.document ?
 factory( global, true ) :
 function( w ) {
 if ( !w.document ) {
 throw new Error( "jQuery requires a window with a document" );
 }
 return factory( w );
 };
 } else {
 factory( global );
 }
  • You must to post comments
Showing 1 result
Your Answer
Guest Author
Post as a guest by filling out the fields below or if you already have an account.
Name*
E-mail*
Website
CAPTCHA*
Enter the characters shown on the image.