Jump to content

not supported tag variables


Pavlos1316
Go to solution Solved by Frank_b,

Recommended Posts

  • Solution

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.

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.