Including js from raw.github.com

You can try using https://rawgit.com/ service. Just replace raw.github.com with rawgit.com UPDATE The Rawgit service (former Rawgithub) has been shutdown. RawGit has reached the end of its useful life October 8, 2018 GitHub repositories that served content through RawGit within the last month will continue to be served until at least October of 2019. URLs … Read more

IE does not support Array includes or String includes methods

Because it’s not supported in IE, it is not supported also in Opera (see the compatibility table), but you can use the suggested polyfill: Polyfill This method has been added to the ECMAScript 2015 specification and may not be available in all JavaScript implementations yet. However, you can easily polyfill this method: if (!String.prototype.includes) { … Read more

Enabling Save button on JQ Grid with InlineEditing and CellEdit

I’m not sure what you want to implement exactly, but I modified your demo to the following https://jsfiddle.net/OlegKi/byygepy3/11/. I include the full JavaScript code of the demo below $(function () { var myData = [ { id: 10, ParameterName: “Test”, ParameterValue: “” }, { id: 20, ParameterName: “Test 1”, ParameterValue: “” }, { id: 30, … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)