Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

node.js support #496

Merged
merged 1 commit into from
Feb 20, 2017
Merged

node.js support #496

merged 1 commit into from
Feb 20, 2017

Conversation

ekkis
Copy link
Contributor

@ekkis ekkis commented Apr 19, 2016

for node.js environments (typically used with browserify), there is no
’jQuery’ variable predefined in the window since there are no
windows. in that case we require jQuery and everything just works.
alternatively, the module needs to be shimmed.

for node.js environments (typically used with browserify), there is no
’jQuery’ variable predefined in the `window` since there are no
windows.  in that case we require jQuery and everything just works.
alternatively, the module needs to be shimmed.
@kevindb kevindb merged commit bf629b2 into jquery-form:master Feb 20, 2017
@ekkis
Copy link
Contributor Author

ekkis commented Feb 20, 2017

Kevin, are you maintaining this module? I thought it was abandoned (but I hoped not)

@kevindb
Copy link
Contributor

kevindb commented Feb 20, 2017

TLDR: Yes

The original owner transferred ownership of the repo to the jquery-form Github organization today so the project won't be dependent on one maintainer anymore. I'm working on accepting pull requests and getting the project back into shape.

@ekkis
Copy link
Contributor Author

ekkis commented Feb 20, 2017

excellent!

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants