what to do if data-attribute is not working ?

what to do if data-attribute is not working ?

Hi,

it looks like our Apache server is not configured to work with html5, I talk to people in charge of the configuration but did not get any help, maybe they don't know how to do that setup.

My question here is :

when my html page load, couple data attributes got populated from the server side, but let say we have a static html code that has :

  1. <tr id="24" data-one="[string1,string2,..stringn]" data-two="[otherstring1,otherstring7,...,otherstringm]" >

    </tr>

what can you advise me to use instead of data-attributes ?
thanks lot.