From: John Resig Date: Mon, 9 Feb 2009 15:58:12 +0000 (+0000) Subject: Added a performance improvement to .hide()/.show() that helps to prevent constant... X-Git-Url: http://git.asbjorn.biz/?a=commitdiff_plain;h=0ae78024c23dd3ef4bcea883338d975dcf843597;hp=0ae78024c23dd3ef4bcea883338d975dcf843597;p=jquery.git Added a performance improvement to .hide()/.show() that helps to prevent constant reflows from occurring. Fixes #4038. ---