معرفی شرکت ها


collective.js.mousewheel-1.0


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Add JQuery Mousewheel plugin to the Plone CMS resource registry
ویژگی مقدار
سیستم عامل -
نام فایل collective.js.mousewheel-1.0
نام collective.js.mousewheel
نسخه کتابخانه 1.0
نگهدارنده []
ایمیل نگهدارنده []
نویسنده JeanMichel FRANCOIS aka toutpt
ایمیل نویسنده toutpt@gmail.com
آدرس صفحه اصلی https://github.com/collective/collective.js.mousewheel
آدرس اینترنتی https://pypi.org/project/collective.js.mousewheel/
مجوز GPL
Introduction ============ This addon register JQuery Mousewheel_ plugin to Plone's resource registry Version: 3.0.6 About mousewheel ================ A jQuery plugin that adds cross-browser mouse wheel support. In order to use the plugin, simply bind the "mousewheel" event to an element. It also provides two helper methods called mousewheel and unmousewheel that act just like other event helper methods in jQuery. The event callback receives an extra argument which is the normalized "delta" of the mouse wheel. Here is an example of using both the bind and helper method syntax. :: // using bind $('#my_elem').bind('mousewheel', function(event, delta) { console.log(delta); }); // using the event helper $('#my_elem').mousewheel(function(event, delta) { console.log(delta); }); Credits ======= Companies --------- |makinacom|_ * `Planet Makina Corpus <http://www.makina-corpus.org>`_ * `Contact us <mailto:python@makina-corpus.org>`_ Authors - JeanMichel FRANCOIS aka toutpt <toutpt@gmail.com> .. Contributors .. |makinacom| image:: http://depot.makina-corpus.org/public/logo.gif .. _makinacom: http://www.makina-corpus.com .. _Mousewheel: http://brandonaaron.net/code/mousewheel/docs Changelog ========= 1.0 (2012-01-04) ---------------- - Initial release


نحوه نصب


نصب پکیج whl collective.js.mousewheel-1.0:

    pip install collective.js.mousewheel-1.0.whl


نصب پکیج tar.gz collective.js.mousewheel-1.0:

    pip install collective.js.mousewheel-1.0.tar.gz