Skip to content

Tag: jquery

How can i override a jquery function on chrome browser?

I have this website where i take notes from. Currently i have to manually type all my notes. They have disabled the right context menu. I have added a chrome extension that can run javascript on the page, but i am not able to override their function that overrides the context menu. Here is what they have on t…

Firing JavaScript generated link issue

I have issues firing this link (that triggers a script from Chargebee) when is added dynamically via JavaScript. When it’s added directly in html it works normally. The entire generated link is appearing correctly (populated with the variants) in browser when inspected just it doesn’t fire. Here a…

Slickgrid keydown issue when pasting from Excel

I am using Slickgrid and I want to be able to copy and paste from Excel. The sample I have found allows this https://6pac.github.io/SlickGrid/examples/example-excel-compatible-spreadsheet.html however, there is an issue I am experiencing (which can be seen in the example) and I think it is undesirable. I have…

Set checkbox label’s text in modal

I have a modal for creating new post. I want to allow the user to select departments for sharing so I’m using checkboxes for choosing the audience. HTML: Different users have different departments to be shown and they are saved in mongoDB user document. I need to set the labels of the checkboxes on load…