brinley / jSignature

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

Jquery version #48

Closed lkhlc closed 10 years ago

lkhlc commented 10 years ago

is there something that can be done to allow this work with 1.10.2 jquery included in wordpress? due to another script the included jquery has to be loaded meaning the 1.8 this was working in cannot be used on the page

brinley commented 10 years ago

Yup, try the no conflict version to load multiple versions of jQuery https://github.com/brinley/jSignature/blob/master/libs/jSignature.min.noconflict.js

lkhlc commented 10 years ago

have now used the no conflict version (thank you very much for the quick response btw!) to no avail... more checking before i cry a lot (could be something else)

brinley commented 10 years ago

What JavaScript errors are you getting?

On Mon, Dec 30, 2013 at 11:29 AM, lkhlc notifications@github.com wrote:

have now used the no conflict version (thank you very much for the quick response btw!) to no avail... more checking before i cry a lot (could be something else)

— Reply to this email directly or view it on GitHubhttps://github.com/brinley/jSignature/issues/48#issuecomment-31363299 .

Brinley Ang Software Developer & Consultant http://www.unbolt.net

lkhlc commented 10 years ago

if you have an email contact form somewhere i'd be happy to show the page it is used on ... there are two versions of jquery that are loaded on the site, and then controlled when they are loaded by what the page needs.... and it is part of a form that uses contact form 7 and contact form step step plugin which could be the culprit, i know i'm having issues with that add on plugin otherwise... update: never mind that i found the contact and wrote email. thank you

brinley commented 10 years ago

Lee replied that it turned out to be a cache issue and the no conflict version fixed it