$.fn.center = function () {....};
if ("center" in jqObj) { jqObj.center(…) }
if(typeof $().center === 'function' )