(function($){
$.fn .center = function(){
var top = ($(window).height() - this.height())/2;
var left = ($(window).width() - this. width() )/2;
varscrollTop = $(document).scrollTop();
return this.css( { 位置 : '絶対', ' top' : トップスクロールトップ、左 : 左スクロールレフト } ).show()
}
})(jQuery)
メソッドの呼び出し:
$('#dialog').center ();