brinley / jSignature

jQuery plugin for adding web signature functionality
http://www.unbolt.net/jSignature
696 stars 529 forks source link

Added jQuery.noConflict support #22

Closed mmattax closed 12 years ago

mmattax commented 12 years ago

Hi,

I'd love to use this library over at Formstack, but needed it to support jQuery's noConflict mode (http://api.jquery.com/jQuery.noConflict/). This fork has a single commit that allows the library to work when $.noConflict() had been called.

I'd love to see this merged into the library!

Thanks,

Michael

brinley commented 12 years ago

Looks good, thanks!

dvdotsenko commented 12 years ago

@mmattax Wow, Indianapolis of all places. :)

What do you guys use for templating? Something off-the-shelf like Mustache, or some custom thing?

Daniel

mmattax commented 12 years ago

@dvdotsenko We're on a pretty extreme LAMP stack. Using Smarty for templating, and have custom-built our own PHP framework around it.

mmattax commented 12 years ago

Thanks @brinley, do you mind updating the compressed version? I never ran the build script.

dvdotsenko commented 12 years ago

@mmattax

Normally two builds are done. One with 3 plugins: base30, svg, UndoButton - that's the .min.js file you find in the repo, The other build, for Demo page (willowsystems.github.com/jSignature/#/demo), has one more plugin baked in - SignHereSign.

If you want to tweak your build, change the "make" script - "wscript.py" in repo's root. It is to be ran against https://github.com/dvdotsenko/Wak