Jump to content

not supported tag variables


Pavlos1316

Recommended Posts

what i expect is that it will still be suported for a while simply because a lot of existing webpages will not change in years.

 

But if you want to use a better method then you should use the data- tag:

 

<a id="me" data-id="him" data-name="you">

 

The id tag is NOT deprecated in html5.

I would think javascript will still find it:

 

var x = $('a#me').attr('name');
or something like that.

 

Will it cause problems later on? Anything is possible. But I would hope that anything discarded would stay discarded. Which means it's free for me to use.

what i expect is that it will still be suported for a while simply because a lot of existing webpages will not change in years.

 

But if you want to use a better method then you should use the data- tag:

 

<a id="me" data-id="him" data-name="you">

 

The id tag is NOT deprecated in html5.

Thank you very much... I wasn't aware for the data- tag and seems very helpful.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.