I need to run some code on focus and blur events on elements that were injected into the DOM after page load. So I am using Zepto's on
(Zepto's on link) to run the code but it doesn't work for me.
Here is my jsfiddle in which I am trying to make it work - http://jsfiddle.net/ashfame/zR2xL/