Posts Tagged ‘HTML’

Basic jQuery Tutorial: Add Remove Attribute

March 4, 2010 |  by Mukesh Chapagain  |  2 Comments

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

Why Follow Web Standards?

November 15, 2007 |  by Design Gala  |  No Comments

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