jquery-flip icon indicating copy to clipboard operation
jquery-flip copied to clipboard

Error content in README.md

Open RobinRush opened this issue 11 years ago • 0 comments

jQuery user can enable plugin by calling jQuery.flip() method.

$(document).ready(function() { $("#flipRoot").flip(); }); option object can be passed to the flip() method. Available options are described later.

$(document).ready(function() { $("#flipRoot").flip({ forwardDir: "ltor", height: "340px", showpager: true,//!!!:change to showPager!!!!!!!! loop: true})); });

RobinRush avatar Sep 06 '13 08:09 RobinRush