Document-centered workflows can consume a lot of your time and energy, no matter if you do them regularly or only occasionally. It doesn’t have to be. The truth is, it’s so easy to inject your workflows with additional efficiency and structure if you engage the proper solution - DocHub. Sophisticated enough to tackle any document-related task, our platform lets you alter text, photos, notes, collaborate on documents with other users, produce fillable forms from scratch or templates, and electronically sign them. We even protect your data with industry-leading security and data protection certifications.
You can access DocHub tools from any place or device. Enjoy spending more time on creative and strategic work, and forget about cumbersome editing. Give DocHub a try today and see your requisition workflow transform!
hows it going guys my name is DOM and today I want to talk about the very useful data set property on HTML elements in JavaScript so the data set property allows you to quite easily set and get the values of custom data attributes that you have on your HTML elements so first we need to define an element to actually work with so in the body here well define a new div now lets put some data on this div we can do this by starting with data and then - followed by the name of that data lets say name equals Dominic and by this I mean were defining some data the data property is called name and the value is Dominic so my name is Dominic now were going to make one more and well say data started coding at and then 15 so my name is Dominic and I started coding at 15 years old lets put some sample text for visuals inside yep alright so now weve got this div element and this div has some data attached to it that being named and started coding it so now were going to play with this data i