Posts Tagged ‘HTML’

Basic jQuery Tutorial: Add Remove Attribute

March 4, 2010 |  by Mukesh Chapagain  |  1 Comment
5e1364625d059888f71209e87783971a Del.icio.us

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 Anish Blon  |  No Comments
0152fbf1c0e24703ea4ae54f3d768d1d Del.icio.us

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