xsanisty / calx.js

jQuery Calx - a jQuery plugin for creating formula-based calculation form
http://www.xsanisty.com/project/calx2
MIT License
198 stars 72 forks source link

Single Quotation Mark #64

Open aspnetlearning opened 4 years ago

aspnetlearning commented 4 years ago

Hi again, My problem is using single quotation mark result Error. This formula: IF(C8< 5," Don’t add lower 5.ppm.","OK") In html data-formula="IF(C8< 5," Don’t add lower 5.ppm.","OK")"

It works when I remove the single quotation mark. I think overlaps with html quotation mark . I just wanted to ask. Can we use single quotation mark it?

Thanks