In this article, I will be showing you how to add or remove HTML attributes. HTML attributes like title, href, src, etc. For example:-
<img src="abc.jpg" class="test" alt="abc" />
Here: src, class, alt, title are attributes.
You can add attributes like above through jQuery. You can also remove the attributes with jQuery. Read More
While discussing about Web Standards, most web developer's cliche is "Who Cares Standards?", "Too Difficult to understand, let's forget" and "It worked anyway".
Read More
