brinley / jSignature

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

respect jQuery.noConflict() #116

Closed FoxInCloud closed 8 years ago

FoxInCloud commented 8 years ago

added the 'jQuery' parameter to the main self-executing function

brinley commented 8 years ago

Thanks for this but are you aware that the build script actually generates a noConflict version in the libs folder? Is there a specific reason for adding this to the source?

FoxInCloud commented 8 years ago

Hi, you're right, thanks, jSignature.min.noconflict.js works absolutely great!

brinley commented 8 years ago

Sweet