Line 229: | Line 229: | ||
} | } | ||
− | jFlex({ | + | $.fn.jFlex = function(options){ |
− | autoplay: true | + | return this.each(function(){ |
− | }) | + | (new jFlex(this, options)); |
+ | }); | ||
+ | }; | ||
+ | jFlex({ autoplay: true}) | ||
</script> | </script> | ||
</body> | </body> | ||
</html> | </html> |
Revision as of 14:31, 6 October 2018
<!doctype html>