Skip to content

Tag: jquery

How to get name of datatable column?

I’m using DataTable 1.10.9 (from https://datatables.net). Columns for the datatable are defined at the initialization step in javascript and each column has a unique name, e.g.: I know I can get the column from the table by the name I’ve given it, but I can’t seem to find how to find a colum…

Third party survey onto popup div

I am trying to load a third party survey onto a popup and it’s not working. Where am I making a mistake? This should happen on a click a button or href. So I am creating a iframe dynamically. then loading the data to it.. I am interested in any other ideas to achieve this; I cannot make a ajax

Turning this vanilla JS

I am looking to create this in vanilla JS, granted jQuery was used. I wanted to use lean JS. The code below just gave quick results fast. However for build, I would like it leaner. Several annoying factors, multiple child descendants, unknown classes all and have to be inside a loop. Any direction / help / gu…