Hi, I am new to jQuery and have a page that updates on blur of each input, textarea etc...
I have looked through the forum and tried without luck to call a function when focus leaves the editor, would anyone have any suggestions?
e.g.
$("input").blur (function () {
});
Any help much appreciated and in the meantime I shall keep reading up on jQuery.
James