Document-based workflows can consume a lot of your time and effort, no matter if you do them regularly or only sometimes. It doesn’t have to be. In reality, it’s so easy to inject your workflows with additional productivity and structure if you engage the proper solution - DocHub. Sophisticated enough to tackle any document-connected task, our platform lets you modify text, pictures, comments, collaborate on documents with other parties, produce fillable forms from scratch or web templates, and electronically sign them. We even protect your information with industry-leading security and data protection certifications.
You can access DocHub tools from any place or system. Enjoy spending more time on creative and strategic tasks, and forget about cumbersome editing. Give DocHub a try today and watch your Website Development Agreement Template workflow transform!
hey whats going on i hope youre doing well today my name is jay and in this video i want to show you how you can use the data attribute using html css and javascript its actually pretty simple i know it sounds complicated but its not so for example here i have a very simple a website that i created just displaying some events so its like a list of events um if you take a look at the html here let me scroll down a little bit you can see we have one event here and another one here is just two uh divs and we have a data hyphen date and there is a date and then we have another one that says data hive and type so you can have multiple data attributes in your divs or elements and what we want to do is use these data for example this date to actually hide or disable or do whatever you want for that specific element depending on that data okay so were going to use some javascript to detect that take it from that element from this div and then add some css to make sure we can change it de