alghraibeh

Results 2 issues of alghraibeh

To Responive 👍 Add this : Add To Line 12 $(this).css({ width:($this.width()/($this.parent().width()/100))+"%", height:($this.height()/($this.parent().height()/100))+"%", ``` }) ``` Edit : 1)-------------------- image.onload = function () { var width = image.width, height =...

Please add this code to remove selected graph this.removeInput=function(){ if(eval(this.currEq)==0){ this.refreshInputs(); jsgcalc.draw(); return; } jsgcalc.lines.splice(eval(this.currEq), 1); this.currInput--; this.refreshInputs(); jsgcalc.draw(); ``` } ``` to jsgui.js

enhancement