When I move out of my input field the blur function doesn't fire.
Any idea's?
<input type="text" value="test" id="webshop_product_url_part" name="setting" class="is"/>
jQuery("input.is").live("blur", function(){
console.log("2");
conslole.log("asdf");
});