We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb48483 commit 1e4fe96Copy full SHA for 1e4fe96
README.md
@@ -91,7 +91,7 @@ bower install payform --save
91
</script>
92
```
93
94
-### jQuery Plugin
+### jQuery Plugin (also supports Zepto)
95
96
This library also includes a jquery plugin. The primary `payform` object
97
can be found at `$.payform`, and there are jquery centric ways to utilize the [browser
src/jquery.payform.coffee
@@ -1,6 +1,6 @@
1
payform = require './payform'
2
3
-do ($ = jQuery) ->
+do ($ = window.jQuery || window.Zepto) ->
4
5
$.payform = payform
6
$.payform.fn =
0 commit comments