UNPKG

jquery-form

Version:

The jQuery Form Plugin allows you to easily and unobtrusively upgrade HTML forms to use AJAX.

12 lines (11 loc) 199 B
language: node_js node_js: - "8" script: - grunt test cache: bundler: true directories: - "node_modules" # NPM packages before_install: - if [[ `npm -v ` != 5* ]]; then npm i -g npm@5; fi