Skip to content

Tag: javascript

Edit The Src Of a Image

HTML Code Whta I Need: I just want to remove (-300×203) from the src. Is this possible using js or PHP or any other language I want to implement this code in WordPress? Answer Put this script on page

append column data outside the datatable container

I am using JQuery datatable, after loading the data from server, my table looks something like this: As you can see my table has six columns. The last column which is Contracted product, has the same data inside, I want to get the value and display it outside the datatable so it becomes more reader friendly a…