/absolutely

jQeury plugin to convert fixed to absolute and and visa-versa, without losing position.

Primary LanguageJavaScriptMIT LicenseMIT

absolutely

jQuery plugin to convert fixed to absolute and and visa-versa, without losing position.

Initialize

$('#example').absolutely();

Convert Absolute to Fixed

$('#example').absolutely('fixed');

Convert Fixed to Absolute

$('#example').absolutely('absolute');