Skip to content

Tag: jquery

I can not write any value from input on mobile device

I have a problem with touchstart in my jquery code. My jquery code doesn’t allow me to click any button, input or other elements when I open the page with a mobile phone. Please click this DEMO . You can click the inputs and you can write something on there. But open chrome developer console now click t…

Chart.js 2.7.2- Multiline get point value onClick

I would like to get value foreach point value. Don’t work because when I click on point I obtain only of the first line value. GetElementsAtEvent give me an array of 3 element (element active) but how I can get the clicked value? This the Complete code. Thanks Answer To get the exact element, use ctx.ge…