Access jQuery element value
.val()
Access jQuery element attribute
.attr()
Access jQuery element text
.text()
Access jQuery element html
.html()
Add class to jQuery element
.addClass()
Remove class from jQuery element
.removeClass()
For jQuery element, add class if not there or remove if there
.toggleClass()
Delete element from dom using jquery
$(…).remove()