Online: 22950
To remove an attribute from the html element, removeAttr() can be used.
<script>
$("#div4").removeAttr("style");
</script>
Above code snippet will remove the style attribute from html element whose id is “div4”.
Views: 6487 | Post Order: 36