I want to change the background color after clicking
This is my HTML code
...
http://jsfiddle.net/ThiefMaster/3ZmCh/16/
You need to pass this as an argument and use proper JavaScript in the handler method:
this
function getclick(elem) { elem.style.backgroundColor = '#EFF2F7'; }